@font-face {
  font-family: bannschrift;
  src: url(BAHNSCHRIFT/BAHNSCHRIFT11.TTF);
}

html { 
  background: url(radioactive.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1 {
  margin-bottom: 90px;
  color: whitesmoke;
  font-family: bannschrift;
  font-variation-settings: 'wght' 100, 'wdth' 70;
  font-size: 30px;
}

ul.horizontalRow li {
  display:inline;
}

li {
  margin: 20px;
  color: whitesmoke;
  font-family: bannschrift;
  font-variation-settings: 'wght' 100, 'wdth' 70;
  font-size: 50px;
}

.portfolio{
  color: rgb(24, 63, 194);

}

.center {
  text-align: center;
  position: fixed;
  width:100%;
  top: 50%;
  left: 0%;
  /* bring your own prefixes */
  transform: translate(-0%, -50%);
}

a { 
  color: inherit; 
  text-decoration: none;
} 
a:hover{
  color:darkblue;
}