blockquote {
    color: crimson;
}
* {
    padding: 0;
    margin: 0;
}
header{
    background-color: lightblue;
    height: 80px;
    width: 100%;
}
h1{
    color: darkblue;
    position: absolute;
    left: 120px;
    top: 0%;
    line-height: 90px;
}
h2{
    color: palevioletred;
}
h3{
    color:blue;
    font-size: smaller;
}
h4{
    color: darkblue;
}
header ul{
    position: absolute;
    right: 5vw;
    top: 0;
    line-height: 80px;
}
header li{
    display: inline;
    margin-right: 3vw;
}
header a{
    color: blue;
    text-decoration: none;
}
header a:hover{
    text-decoration: underline;
}
header a {
    background-color: darkblue;
    color: aliceblue;
    height: 85vh; 
}