﻿.menuContainer {
    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: center;
    align-items: center;
}

.menuTitle{
    position: absolute;
    top: 10%;
    width: 60vw;
}

.menuBtnContainer{
    display: flex;
    flex-direction: column;
    width: 70vw;
}

.answersBtn{
    margin-top:5%;
    width: 100%;
}

.soundRoundBtn{
    width: 100%;
}