@charset "utf-8" 
    
    display: flex;
    @import 'https://fonts.googleapis.com/css?family=Roboto';
    


header{
    
    display: flex;
    flex-direction: row;
    background: #c4c4c4;
    width: 100%;
    text-align: center;
    background-color: black;
    
}

.li{
    
   display: flex;
    flex-direction: row;
    background: #c4c4c4;
    width: 100%;
    text-align: center;
    background-color: black;
    
}

body {
    
    display: flex;
    flex-direction: column;
    background-color: black;
    color: white;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
}

h1{
    color: red;
    font-variant: small-caps;
    
}


h2{
    flex-direction: column;
    margin: 1rem;
    color: firebrick;
    text-align: left;
    
    
    
}
ul{
list-style: none;
text-align: left;
    
}



footer{
    
    font-size: 80%;
    align-content: center;
    padding: 1em 2em 1em 2em;
    font-style:italic;
    text-align: justify;
}