@charset"utf-8";
@import url('https://fonts.googleapis.com/css?family=Rosario');
body {
    background-color: #ffffff
    }

nav{
    background-color:black
    }

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0.2em;
    display: flex;
    flex-direction: row;
    align-content: space-around;
    justify-content: space-around;
}


header nav ul li a{
    font-family: 'Rosario', sans-serif;
    font-size: 1em;
    color: white;
    text-decoration: none;
    padding: 1em;
    display: block;
    text-align: center;
    }
   
main img {
    display:flex;
    margin: auto;
    margin-bottom: 0em;
    max-width: 100%;
    height: auto;
    }

aside h1 {
    font-family: 'Rosario', sans-serif;
    text-align: center;
    font-size: 1em;
    align-content: center;
    margin: 1em;
    padding: 5em 1em 1em 1em;
    border: 0.1em solid #b7b6b6;
    background-color: rgba(22, 155, 214, 0.49);
}

aside h1 p {
    color:#ffffff;
    font-family: 'Rosario', sans-serif; 
    text-align: center;
    align-content: center;
    margin: 1em 8em 1em 8em;
    padding: 0.2em;
    outline-color: #ffffff;
    }

aside img {
    display:flex;
    justify-content: center;
    align-content: center;
    padding: 1em 1em 1em 1em;
    margin-bottom: 1em;
    max-width: 100%;
    height: auto;
    }
footer {
 text-decoration-line: underline;
    text-align: center;
    font-size: 0.9em;
    align-content: center;
    border: 0.1em solid #b7b6b6;
    padding: 1em 1em 1em 1em; 
}

@media screen and (min-width:20em){
    nav ul li a{display: flex;
    flex-direction: column;}
}

   