* {
    border: none;
    font-family: Poppins,sans-serif;
    font-size: 16px;
    margin: 0;
    outline: none;
    padding: 0
}

.test {
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: -1
}

.container #fs,.container iframe,.container video {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    height: auto;
    left: 0;
    min-height: 100%;
    mix-blend-mode: difference;
    opacity: .2;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1
}

.link-discord {
    margin: auto;
    position: absolute;
    top: 10px;
    right: 15px;
}

.link-discord img {
    height: 50px;
}

.link-discord { 
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.link-discord:hover {
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
}

.discord-card {
    background: hsla(0, 0%, 5%, 0.9);
    border-radius: 20px;
    bottom: 0;
    height: 380px;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 500px
}

.discord-banner {
    align-items: flex-end;
    display: flex;
    height: 150px;
    justify-content: center;
    opacity: .75
}

.discord-banner img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.discord-avatar {
    border-radius: 50%;
    height: 140px;
    margin: auto;
    overflow: hidden;
    position: relative;
    top: 25px;
    width: 140px
}

.discord-avatar img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.discord-avatar { 
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.discord-avatar:hover {
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
}

.discord-username {
    color: #fff;
    height: 40px;
    margin: auto;
    position: relative;
    text-align: center;
    top: 50px
}

.discord-username h3 {
    font-size: 19px;
    margin-top: -5px
}

.discord-username strong {
    color: #636363;
    font-size: 15px;
    font-weight: 600
}

.discord-username strong {
    color: #636363;
    font-size: 15px;
    font-weight: 600
}

.badges {
    display: flex;
    justify-content: center;
    position: relative;
    top: 60px;
    right: -2px;
}

.badges img {
    height: 37px;
    margin: 0px 2px 0px;
}

.another-medias {
    display: flex;
    justify-content: center;
    position: relative;
    top: 85px;
    right: -5px;
}

.another-medias svg {
    fill: #fff;
    height: 40px;
    margin: 0px 7px 0px;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}

.another-medias svg:hover {
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
}

.another-medias svg:hover {
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
}

.another-medias #spotify:hover {
    fill: #1ed760;
    cursor: pointer;
}

.another-medias #lastfm:hover {
    fill: #e00c0c;
    cursor: pointer;
}

.another-medias #letterboxd:hover {
    fill: #FF8000;
    cursor: pointer;
}