body 
{ 
    font-family: 'Josefin Sans', sans-serif;
   /* background-color: darkblue; */
}
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: rgb(107, 2, 2);
    line-height: 25px;
}
#container 
{
    width:50%;
    margin: 150px auto;
    padding: 50px 30px;
    background-color: white;
    border-radius:3px;
    color: black;
    box-shadow: 0 0 10px 0 #999;
    font-size: 20px;
}
ul 
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 500px;
}
ul li
{
    background: white;
    width: 400px;
    margin: 10px;
    padding: 5px;
    display: inline-block; 
    
}
#prev 
{
    display:none;
}
#start 
{
    display:none;
    width: 100px;
}
input[type="radio"]{
    cursor: pointer;
}
.description{
    font-size: 25px;
    text-align: center;
}