*{
    list-style: none;
    text-decoration: none;
    font-family: 'Chivo', sans-serif;
}

html {
    background-color:#371943;
        
}
.bold{ 
    font-weight: bolder;
    margin:0em;
    display: flex;
}
header ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0em;
    margin: 0em;
}

header {
    width: 100%;
    background-color:white;
    box-sizing: border-box;
    display: flex;
}



header nav ul li a {
    text-decoration: none;
    color: #371943;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    padding: 1.25em;
    justify-content: space-between;
   
}

h1{  
    color:green;
    font-size: 1.05em;
    padding: 0em 0em 1em 3.5em; 
    box-sizing:border-box;
    text-transform: uppercase;
}

main img {
    width: 50%;
    max-width: 60%;
    justify-content: center;
    display: block;
    margin: auto;
    box-shadow: 0px 0px 0px 3px #ffffff;
    margin-top: 2em;
    border-radius: 50em;
    
}

main h1 {
    text-align: center;
    justify-content: center;
    color: white;
    margin: 1em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    
}

main h2{  
    font-size: 1.05em;
    font-weight:lighter;
    color:#dedede;
    padding: 0em; 
    margin: .2em;
    box-sizing:border-box;
    font-style: italic;
    text-align: center;
    justify-content: center;
}

h3{  
    color:#c4c4c4;
    padding: 1em 0em 0em 1em;
    margin: .5em 0em 0em 0em;
    box-sizing:border-box ;
    display: flex;
    

}

footer{
     color:#dedede;
    font-style: italic;
    font-size: 0.8em;
    box-sizing: border-box;
    width: 100%;
     background-color:dimgrey;
  padding: .1em 1em 1em 1em;
    margin: 0em;
}

main section p {
    padding: 0em 0em 0em 1em;
    margin: 2em 0em 2em 0em;
    
}

main section li p a {
    color:#dedede;
    width: 100%;
    text-decoration: none;   
    box-sizing: border-box;
    margin: 2em 0em 3em 0em;
    padding: 2em 2em 2em 0em;
}
ul {
    padding: 1em;
    margin: 0em;
}




main section ul li {
    background-color: #dedede;
    padding: .5em;
    margin: 0em;
    border-radius: 1.5em;
    box-sizing:border-box;
}

main section ul li p {
    color: #371943;
    padding: .5em;
    margin: 0em;
    padding: .5em 0em 0em .5em; 
    box-sizing:border-box ;
}


h4 a{  
    color:#c4c4c4;
    padding: 1em 0em 0em 1em;
    margin: 0em 0em 1em 0em;
    box-sizing:border-box ;
    font-weight: bold;
    text-transform: uppercase;
    list-style: none;
    text-decoration: none;
}








    
    

    
