﻿@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-image: url("/Images/background.svg");
    background-size: cover;
    background-repeat: repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

#soundAnswersTitle {
    font-family: Iowan-Old-Style-Bold;
    color: black;
    text-transform: uppercase;
    font-size: 6vw;
    text-align: center;
}

.answersContainer{
    position:relative;
    width:85vw;
}

    .answersContainer img {
        width: 100%
    }

.answersTextContainer {
    font-family: Iowan-Old-Style-Regular;
    font-size: 4vw;
    position: absolute;
    top: 25%;
    left: 12%;
    width: 75%;
}


