html { 
  background-color: black; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



body {
  color: white;
  font-family: 'Noto Sans', sans-serif;
  font-size: 36px;
}

