﻿@font-face{
    font-family: Iowan-Old-Style-Bold;
    src: url("/Fonts/Iowan-Old-Style-Bold.otf") format("opentype")
}

@font-face{
    font-family: Iowan-Old-Style-Regular;
    src: url("/Fonts/Iowan-Old-Style-Regular.ttf") format("truetype")
}


.soundAnswersContainer {
    width: 100vw;
    height: 100vh;
    height: 100svh;
    background-color: #405E48;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.titleAndAnswersContainer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 90vh;
    align-items: center;
}

#soundAnswersTitle {
    font-family: Iowan-Old-Style-Regular;
    color: white;
    text-transform: uppercase;
    font-size: 5vw;
    text-align: center;
}

.answersContainer{
    position:relative;
    width:85vw;
}

    .answersContainer img {
        width: 100%
    }

.answersTextContainer {
    font-family: Iowan-Old-Style-Regular;
    font-size: 4.3vw;
    position: absolute;
    top: 25%;
    left: 15%;
    width: 75%;
}

.bottomBtnContainer{
    padding-bottom: 2%;
}
