body {
    top: 50px;
    background: #666;
}
a {
    color: rgb(51,51,51);
}
a:hover {
    color: rgb(60,90,61);
}
h1 {
    font-size: 2vw;
}
h2 {
    font-size: 1.6vw;
}
h3 {
    font-size: 1.4vw;
}
h4 {
    font-size: 1.2vw;
}