@import 'https://fonts.googleapis.com/css?family=Anton|Arvo|Oswald';


*
{
    margin: 0;
    padding: 10;
    box-sizing: border-box;
    font-family: "Oswald", sans-serif;
}

img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    float: center;
    justify-content: center;
   
}


h1 {
    margin: auto;
    margin-bottom: 0%;
    padding: 0.5em;
    color: black;
    text-align: center;
    letter-spacing: 0.05em;
   font-family: "Anton";
    font-size: 24pt;
   letter-spacing: 0.5em;
}


h2{
    color: black;
    text-align: center;
    font-size: 24pt;
    margin: center;
    font-family: "arvo";
    margin-top: 8%;
    padding: 1%;
    border: 3px solid;
  float: center;
        
}

H3{
    font-family: "ARVO";
    text-align: center;
  letter-spacing: 4PX;
    font-size: 
    }

H4{

   margin-top: 50px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 8px;
    border: 3px solid;
    font-family: "ARVO";
    text-align: center;
  letter-spacing: 4PX;
    font-size: 24px
    }

H5{
    margin: 20px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 3px solid;
    border-bottom: 3px solid;
    font-family: "ARVO";
    text-align: center;
    letter-spacing: 4PX;
    font-size: 20px;
    color: white;
    background-color: black;
    
}



p2{
    max-width: 35rem;
padding: 0.7em;
    margin: auto;
    color: slategray;
    font-family: serif;
    text-align: center;
}

p3{
    padding: 0.7em;
    color: black;
    font-family: "arvo";
    text-align: center;
    margin: center;
    float: center;
    
}

footer{
    padding: 1em;
    background-color: black;
    color: yellow;
    font-family: "arvo200";
    text-align: center;
    margin: 10px;
    margin-top: 70px;
    letter-spacing: 1px;
}


nav ul li {
    background: black;
    text-align: center;
    color: white;
   margin: 10px;

}

ul li{
    font-weight: bold;
    margin: 5px;
    text-decoration: none;
    display: block;
    padding: 0.4em;
    color: black;
    text-align: center;
    box-decoration-break: 23em;
    
    
}
nav ul2 li{
    font-family: "arvo";
    border-bottom: 0.15em solid black;
    display: block;
    padding: 0.4em;
    color: black;
    text-align: center;
 
    
}
  a:link {
    color: white;
    text-decoration: none;
    letter-spacing: 0.3em;
   font-family: "Arvo"
}

nav ul li a:hover {
    color: yellow;
    background-color: rgba (155, 255, 255, 1);
    margin: auto;
    margin-bottom: 10%;
}

