body{
    background-color: #ffffff;
    margin: 0px;
    overflow: hidden;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#root{
    height: 90vh; 
}

#titleScreenDiv{
    display: flex;
    justify-content: center;
}

#titleScreen{
    max-height: 100vh;
    max-width: 100vw;
}

.TitleScreen-body{
    background-color: #d1c097;
}

.MenuScreen-body{
    padding: 0;
    margin: 0;
    background-image: linear-gradient(135deg, #002e74, #8b303f);
    height: 100vh;
}

.Act1-body{
    background-image: linear-gradient(#afd3ff, #1642a1);
    height: 100vh;
}

.Act2-body{
    background-image: linear-gradient(#ffffff, #896782);
    height: 100vh;
}

.Act3-body{
    background-image: linear-gradient(#b58e64, #2b1c0d);
    height: 100vh;
}

.Act4-body{
    background-image: linear-gradient(#525f85, #071039);
    height: 100vh;
}

.Act5-body{
    background-image: linear-gradient(#959aaa, #393d4c);
    height: 100vh;
}

.credit-buttons{
    max-height: 100px;
    margin: auto;
}

#images{
    display: flex;
    justify-content: center;
    height: 90%;
}

.comic-img{
    width: 100vw;
    object-fit: contain;
    max-height: -webkit-fill-available;
}

.with-buttons-img{
    height:90%; 
    max-width: 100vw;
    object-fit: contain;
}

.with-buttons-div{
    height: 10%; 
    display: flex; 
    justify-content: space-evenly;
}

.hidden{
    display: none;
}

#buttons{
    height: 10%;
    display: flex;
    justify-content: space-evenly;
}

.button{
    max-height: 10vh;
}

.menu-buttons{
    background-color: #c8c8c8;
    height: 80px;
    display: flex;
    align-items: center;
    margin: 8px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.5em;
}

.menu-topbar{
    height: 80px;
    background-color: #001739;
    font-size: 3em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.disclaimer-box{
    font-size: 1em;
    background-color: #fff3ac;
    margin: 8px;
    height: fit-content;
    padding: 8px;
    line-height: 1.5;
}

#menu-right{
    max-width: 35vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#menu-doodle{
    max-width: 100%;
    margin: 8px;
    max-height: 35vh;
}

.button-topbar{
    height: 60px;
    display: flex
}

.topbar-button{
    margin-left: 8px;
    padding: 8px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.5);
}

#menu-button{
    opacity: 0.5;
    margin-left: 8px;
    margin-right: 8px
}