@charset 'utf-8';

@import url('https://fonts.googleapis.com/css?family=Chakra+Petch');

* { margin: 0; padding: 1em; border: 0; box-sizing: border-box; }

header{ 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: white;
     border-radius: 5em;
   
}   

figure img { max-width: 100%;
    width: 20em;
height: auto; }

body {
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;     
    font-family: 'Chakra Petch', sans-serif; 
    background-color: #18598A;
    min-height: 100vh;
}

html, body { font-size: 15px; line-height: 12px; }


h1{
    display: flex;
    flex-direction: row;
justify-content: center;
    align-items: center;
    color: white;
    }


h3{
display: flex;
flex-direction: row;
justify-content: center;
font-size:1em;
    
   background-color: #7BCBE0 ;
    color: white;
    text-decoration: none;
    font-weight: bold;
    align-items: center;
    border-radius: 10em;
    margin-bottom: 1.5em;
   
    
}

h4{
display: flex;
justify-content: center;
    font-size:1em;
    color: white;
    align-items: center;
    border-radius: 10em;     
    
}



h3 h4{
display: inline-block;
}

h2 a{
    background-color: snow;
    color: #7BCBE0;
    text-decoration: none;
    font-weight: bold;
    font-size:2em;
    
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15em;
   text-transform: uppercase;
       
            
}



ul{
    display: flex;
    flex-direction: row;
    }

.1990 { flex-basis: 25%; } 



li{
width: 10em;
    list-style: none
    }



h5{
display: flex;
justify-content: center;
    font-size:1em;
    color: white;
    align-items: center;
        
    
}
