body{
    font-family: 'Oswald', sans-serif;
    color:white;
    background-color:black;
    text-align:center;
    line-height: 14px;
}
p{
   font-size: 22pt; 
}
h1{
    font-size: 28pt;
}
h2{
    font-size: 102pt;
    margin: 83px;
}
a{
    color: white;
    text-decoration: none;
    border: white 1px solid;
    border-radius: 3px;
    padding: 10px 35px 10px 35px;
    font-size: 16pt;
}
#link{
    padding-top:30px;
}
.middle{
    margin-top:40px;
}