.main_container {
    position: absolute;
    top: 40vh;
    left: 39vw;
    border: 3px solid aliceblue;
    border-radius: 6%/8%;
    width: 20vw;
    height: 20vh;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 3px 3px 15px #f0f8ff;
}

#title_container, #testing {
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.gamemode_button, .gamemode_button:hover, .gamemode_button:focus {
    width: 10vw;
    height: 2vh;
    border-radius: 3%/5%;
    text-align: center;
    padding: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

#info_btn, #info_btn:hover {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 5%;
    left: 95%;
}

#info_btn:hover {
    cursor: pointer;
}
img {
    width: 2vw;
    height: 4vh;
}

#info {
    height: 70vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: black;
    border: 3px solid aliceblue;
    border-radius: 3% / 5%;
    z-index: 10;
    padding: 1.5rem;
    display: none;
}

#close_info {
    position: absolute;
    left: 45%;
    transform: translate(-50%, -50%);
    margin-top: 1.5rem;
    padding: 0.5rem;
    font-size: 1rem;
}
li {
    margin-bottom: 4px;
}
