﻿@font-face {
    font-family: Futura-Round;
    src: url("/Fonts/Futura-Round.otf") format('opentype');
}

.soundAnswersContainer {
    width: 100vw;
    height: 100vh;
    height: 100svh;
    background-image: url("/Images/background.svg");
    background-size: cover;
    background-repeat: repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#soundAnswersTitle {
    font-family: Futura-Round;
    color: white;
    text-transform: uppercase;
    font-size: 5vw;
    text-align: center;
}

.answersContainer{
    position:relative;
    width:85vw;
}

    .answersContainer img {
        width: 100%
    }

.answersTextContainer {
    font-family: Futura-Round;
    font-weight: bold;
    font-size: 5vw;
    position: absolute;
    top: 20%;
    left: 12%;
    width: 75%;
}

.soundAnswersTitleAndAnswersContainer{
    display: flex;
    justify-content: space-evenly;
    flex-direction:column;
    height: 90vh;
}