@font-face {
    font-family: Comfortaa;
    src: url(../fonts/Comfortaa-Bold.ttf);
}

body {
    font-family: Comfortaa;
}

.background_video {
    min-width: 100%;
    min-height: 100%;
    right: 0;
    bottom: 0;
    position: fixed;
}

audio {
    opacity: 0.2;
}

.background_song_container {
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    left: 43vw;
    margin-bottom: 4rem;
    border-radius: 50%;
    border-color: #fff;
}
.title_container {
    position: fixed;
}