@import url('https://fonts.googleapis.com/css?family=Nunito+Sans|Open+Sans');

body {
    margin: auto;
    display: inline;
 
 
align-items: center;}



head{
    background-color: #ff8a56;}




h4 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 2.5em;
    margin: auto;
    text-align: center;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    color: white;
    background-color:#ff8a56;}


aside img{
    
    margin-top: 2em;
    display: block;
    width:15em;
    height: 15em;
    margin: auto;
}

input {
    margin-top: 3em;
    font-family: 'Open Sans', sans-serif;
    display: block;
    padding: 5px;
     width: 14em;
    margin: auto;
   margin-bottom: 1em;
    font-size: 15px;
    border-radius: 20px;
     color: #ff8a56;}



ul{
     font-family: 'Open Sans', sans-serif;
list-style: none;
    text-decoration: none;
    text-align: center;
   
    
}
    
    
    
    li {
    text-decoration: none;
    margin-top: 1.3em;
        margin-left: 6em;
   
    background: #ff8a56;
    
    cursor: pointer;
    border-radius: 20px;
    margin-bottom: 1em;
    width: 11em;
height:1.5em; 
        padding: 0.3em;



}
a{
    text-decoration: none;
   
    

}


aside p{
     font-family: 'Open Sans', sans-serif;
    color: #ff8a56;
    font-size: 0.9em;
    margin:auto;

    text-align: center;
}


h5{
   
    background-color: white;
    padding: 1.5em;
    max-width: 38%;
    margin:auto;
    margin-bottom: 2em;
    border-radius: 15%;   
}
    
hover {

   
    background: blue;
}