body 
{
    font-family: 'Josefin Sans', sans-serif;
}
h1 {
    text-align: center;
}
.button 
{
    width: 80px;
    height: 25px;
    text-align: center;
    float:right;
    background-color: #fff;
    margin: 0 2px 0 2px;
    cursor: pointer;
}
.button a 
{
    text-decoration: none;
    color: #555;
    line-height: 25px;
}
.extraButton,#voiceSelect,.speakButton{
    font-family: 'Josefin Sans', sans-serif;
    width: 80px;
    height: 25px;
    text-align: center;
    background-color: #fff;
    margin-top: 15px;
    cursor: pointer;
    text-decoration: none;
    color: #555;
    line-height: 25px;
}
#voice-select{
    float:left;
}
#container 
{
    width:80%;
    margin: 150px auto;
    padding: 50px 30px;
    background-color: #f67c92;
    border-radius:3px;
    color: #fff;
    box-shadow: 0 0 10px 0 #999;
}
#container img{
    /* max-width: 200px; */
    max-height: 300px;
}

#prev 
{
    display:none;
}
#start 
{
    display:none;
    width: 100px;
}
input[type="radio"]{
    cursor: pointer;
}

nav div{
    margin: 50px 20px;
}
nav a{
text-decoration: none;
    color: white;
}
#sideNav{
    width: 250px;
    height: 100vh;
    position: fixed;
    right: -250px;
    top: 0;
    background: #f67c92;
    z-index: 2;
    transition: 0.5s;
}
.dropbtn {
    cursor: pointer;
    font-size: 16px;  
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  .show {
    display: inline-block;
  }
  #menu-btn{
    width: 50px;
    position: fixed;
    right: 65px;
    top: 35px;
    z-index: 2;
    cursor: pointer;
}

@media only screen and (max-width: 970px){
    #container {
        margin-top: 110px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 20px;
    }
    #radio_li
    {
        width: 100px;
        margin: 10px;
        padding: 5px;
        display: inline-block; 
    }
    #radio ul
    {
        display: block;
        padding-inline-start: 5px;
        list-style-type: none;
        padding: 0;
        margin: 0px 0px 0px 0px;
        width: 500px;
    }
} 
