@import url(https://fonts.googleapis.com/css?family=Roboto:500italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:500);
@import url(https://fonts.googleapis.com/css?family=Lobster);
@media all and (max-width: 30rem);
@media all and (min-width: 20rem);

*{
    box-sizing: border-box;
    text-align: center;
    margin: auto;
    background: #1dbae7;
    }



header {
    font-family: "roboto", sans-serif;
    font-weight: 500;
    color: white;
    text-align: center;
    margin: 2.5rem;
    font-size: 1rem;
}


div {align-content: center;}

nav ul li1 {
    list-style-type: none;
    display: inline-block;
    padding: 1.3rem;
    float: inherit;
    
}

   
   
nav ul li1 a { 
    text-decoration: none;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 0.90rem;
    background-color: #1dbae7;
    padding: 0.50 3.57rem;
    border-color: white;
    border-style: solid;
    border-radius: 1rem;
}
.clear {
    clear: both;
}

footer {
    min-height: 5rem;
    padding: 2rem;

    color: white;
    text-align: center;
    margin: 4rem;
    padding: rem;
}

h2 {
    font-family: "roboto", sans-serif;
    font-size: 1rem;
}
 