body { /* Tag, das alles umschließt */
  background-color: darkblue;
  color: yellow;
  font-family: sans-serif;
  font-size: 5vw; /* 15vw = 15% der Fensterbreite */
  font-weight: italic;
  line-height: 1;
  text-align: left;
}

a {
  color: darkyellow;
}