body {
    background-color: white;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: rgb(0, 0, 0);
    text-align: center;

    margin: 0;
    padding: 0;
}

 .header {
   position: fixed;
   top: 0;
   width: 100%;
   height: 110px;
   background-image: url(/files/img/logo.png);
   background-size: 250px;
   color: rgb(255, 251, 0);
 }

 a {
    color: rgb(255, 0, 0);
    text-decoration: none;
    text-align: center;
 }

 a:hover {
    text-decoration: underline;

 }

 .asd {
   top: 110PX;
   width: 100%;
   position: absolute;
   background-image: linear-gradient(to bottom, rgb(77, 68, 68), gray);
   word-spacing: 50px;
   box-shadow: 10px 10px 1px 10px rgba(117, 112, 112, 0.315);
 }

 .frontpage {
  top: 130px;
  position: relative;
  color: black;
  font-family: fantasy;
 }

 .credits {
  top: 130px;
  position: relative;
 }

 .copyright {
  bottom: 0;
 }