body{
    background-color: #5C4033;
    height: 100%;
    }
    div.top1{
    background-color: #f0e7db;
    width: 80%;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    height: 50%;
    }
    div.top2{
    background-color: #f0e7db;
    width: 60%;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    }
    div.scroller{
    background-color: #C19A6B;
    width: 80%;
    min-width: 325px;
    margin: auto;
    border-radius: 10px;
    height: 100%;
    padding: 4px;
    }
    div.audiobook{
    display: none;
    background-color: #f0e7db;
    width: 30%;
    min-width: 315px;
    margin: auto;
    border: 3px solid #31221b;
    border-radius: 10px;
    height: 100%;
    padding: 4px;
    text-align: center;
    }
    div.title{
    background-color: #f0e7db;
    width: 40%;
    min-width: 315px;
    margin: auto;
    border: 3px solid #31221b;
    border-radius: 10px;
    height: 100%;
    padding: 4px;
    text-align: center;
    font-size: 25px;
    }
    .active, .title:hover {
    background-color: #5C4033;
    }
    img.pic{
    margin: auto;
    display: block;
    width: 50%;
    height: 50%;
    }
    span.menu{
    background-color: #5C4033;
    margin: 2px;
    float: left;
    border-radius: 20px;
    border: 2px solid #31221b;
    font-size: 25px;
    width: 35px;
    color: #f0e7db;
    position: absolute;
    left: 0;
    font-size: 25px;
    height: 90%;
    display: flex;
    text-align: center;
    }
    div.menu{
    display: inline;
    }
    div#mainMenu{
    float: left;
    margin-top: 37px;
    }
    h1{
    display: inline;
    margin: 2px;
    }
    h4{
    margin: auto;
    }
    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
    display: none;
    position: absolute;
    left: 0px;
    background-color: #f1f1f1;
    border: 2px solid #31221b;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    }
    /* Show the dropdown menu on hover */
    #mainMenuDropdown:hover #mainMenu {display: block;}
    
    /* Projects Dropdown Content (Hidden by Default) */
    #projectSubMenu {
    translate: 120px -35px;
    }
    /* Show the dropdown menu on hover */
    #projectSubMenuDropdown:hover #projectSubMenu {display: block;}
    
    .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    }
    label{
    display: block;
    font-size: 25px;
    } 
