h1{

    color: white;

}
header, footer{
    font-family: Century Gothic;
    font-size: large;
    width: 60%;
    background-color: black;
    padding:1%; 
    color:white;
}
footer a{
    color: ghostwhite;
    text-decoration: none;
    font-weight: bold;

}
body{
    background-color: black;
    color: white;
}
nav ul{
    list-style-type: none;
    text-align: center; 
    margin: 2%;
    padding: 0;

}
nav li {
    float: left;
    padding: 1%;


}
main {
    margin: 50px;
    padding:1%;
}
nav a:hover{ 
    background-color: grey;
}
nav li a{
    font-family: "Century Gothic";
    font-size: large;
    text-decoration: none;
    border-right: 1pt solid grey;
    border-left: 1pt solid grey;
    border-radius: 120px;
    padding: 10px;
    color: whitesmoke;
}
