@font-face {
    font-family: "satan";
    src: url("assets/WhoAsksSatan-5vxx.ttf");
}

@font-face {
    font-family: "crucible";
    src: url("assets/CrucifixionRegular-wO2Z.otf");
}

::-webkit-scrollbar {
    display: none;
}

* {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    background-image: url(assets/d0979b26cec609049b3d1a3dee5b89b3.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    cursor: url(assets/cursor.png), auto;
}

.container {
    display: flex;
    flex-flow: row;
    margin-top: 4%;
    margin-bottom: 10%;
}

.sector1 {
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
}

.sector2 {
    margin-top: 3%;
    display: grid;
    padding: 50px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    text-align: center;
}

ul {
    text-align: center;
}

.name {
    font-size: 32px;
    font-family: satan;
    text-shadow: 1px 1px 10px white;
    color: white;
}

.bio {
    margin-top: 6px;
    text-shadow: 1px 1px 10px white;
    font-size: 14px;
    color: white;
}
.profilepic {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    box-shadow: 1px 1px 23px;
    color: white;
    opacity: 0.9;
    transition: 300ms;
}

.social_sc {
    
    margin: 5px;
    background-color: rgba(0, 0, 0, 0.219);
    border: 3px solid rgba(192, 192, 192, 0.541);
    border-radius: 14px;
    transition: 300ms;
    backdrop-filter: blur(30px);
}

.social_insta {
    margin: 5px;
    background-color: rgba(0, 0, 0, 0.219);
    border: 3px solid rgba(192, 192, 192, 0.541);
    border-radius: 14px;
    transition: 300ms;
    backdrop-filter: blur(30px);
}

.social_discord {
    margin: 5px;
    background-color: rgba(0, 0, 0, 0.219);
    border: 3px solid rgba(192, 192, 192, 0.541);
    border-radius: 14px;
    transition: 300ms;
    backdrop-filter: blur(30px);
}

.social_spotify {
    margin: 5px;
    background-color: rgba(0, 0, 0, 0.219);
    border: 3px solid rgba(192, 192, 192, 0.541);
    border-radius: 14px;
    transition: 300ms;
    backdrop-filter: blur(30px);
}

.socmedia {
    opacity: 0.7;
    width: 100px;
    height: 100px;
    transition: 300ms;
}


.embed {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    justify-items: center;
    margin-top: 5%;
    margin-bottom: 25px;
}

.socmedia:hover {
    opacity: 1;
}

.profilepic:hover {
    opacity: 1;
}

.social_twitter:hover {
    border: 3px solid rgba(28, 161, 238, 0.904);

}   

.social_insta:hover {
    border: 3px solid rgb(209, 74, 74)

}

.social_discord:hover {
    border: 3px solid rgba(86, 50, 245, 0.904);

}

.social_spotify:hover {
    border: 3px solid rgba(33, 243, 155, 0.904);

}

@media(max-width: 864px) {

    .embed {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        grid-row-gap: 30px;
        justify-items: center;
        align-items: stretch;
        }

    .wtf {
        width: 90%;
    }
}

@media(max-width: 600px) {

    .container {
        flex-flow: column;
    }
}