body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}*{
    margin: 0;
    padding: 0;
}
header,footer{
    position: absolute;
    background-color: #000;
    width: 100%;
    color: white;
}
header h2{
    position: absolute;
    margin-top: 20px;
    left: 5%;
    color: orange;
}
header{
    height: 10vh;
}
footer{
    height: 15vh;
    bottom: 0;
}
footer h2{
    text-align: center;
    margin-top: 25px;
}

.nav{
    position: absolute;
    width: 100%;
}
.nav a{
    position: relative;
    left: 63%;
    top: 20px;
    font-size: 20px;
    color: white;
    text-decoration: none;
    margin-right: 20px;
}
footer p{
  margin-top:2px;
    text-align: center;
    color: orange;
}