@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Frijole&family=IM+Fell+DW+Pica+SC&family=Meow+Script&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Pixelify+Sans:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Special+Elite&family=Swanky+and+Moo+Moo&display=swap');

body {

    background-color: #0f0f0f;
    font-family: 'Poppins', 'Fredoka', sans-serif;
    color: white;

}

nav {

    padding: 15px;
    font-size: 1.5em;
    position: sticky;
    top: 0;
    backdrop-filter: blur(1px);
    background-color: #0f0f0fdd;
    border-radius: 15px;

}

/* * {

    border: 1px solid black;

} */

#useless-sht {

    text-align: center;
    font-size: 1.5em;

    table {

        text-align: center;
        margin: 0 auto;

    }

}

#website {

    width: 1200px;
    padding: 5px;
    margin: 0 auto;

}

#hl {

    font-size: 1.5em;
    line-height: 1.8em;

}

footer {

    text-align: center;
    position: fixed;
    bottom: 0;

}

    a {

        text-decoration: none;
        color: white;
        transition-duration: 0.4s;

    }

a:hover {

    text-decoration: underline;

}

.btp {
    background-image: linear-gradient(to left, blue, purple);
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;

}
