﻿@font-face {
    font-family: Burford;
    src: url("/Fonts/burford-base.ttf") format('truetype');
}

@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: #C22936;
    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: Burford;
    color: white;
    text-transform: uppercase;
    font-size: 7vw;
    text-align: center;
}

.answersContainer{
    position:relative;
    width:85vw;
}

    .answersContainer img {
        width: 100%
    }

.answersTextContainer {
    font-family: Burford;
    font-size: 4.3vw;
    position: absolute;
    top: 25%;
    left: 15%;
    width: 75%;
}

.bottomBtnContainer{
    padding-bottom: 2%;
}
