*{
    padding: 0;
    margin: 0;
}
header{
    background-color: #231c1a;
    height: 80px;
    width: 100%;
}
h1{
    color: white;
}
header li{
    display:inline;
    margin-right: 4vw;
}
header a{
    color: #fffdfd;
    text-decoration: none;
}
header a:hover{
    text-decoration: underline;
}
header ul{
    position: absolute;
    right: 5vw;
    top: 0;
    line-height: 80px;
}
h1 {
    position: absolute;
    left: 120px;
    top: 0;
    line-height: 80px;          
}
main{   
    justify-content: center;
}
footer {
    background-color: black;
    color: #b7b7b7;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}