body {

  background-color: black;

  background-image: url('iwontletyouforgetme.jpg');

  background-position: center;

  background-repeat: no-repeat;

  background-size: auto;

  height: 100vh;
  margin: 0;
  
  color: #210061;
  font-family: 'Impact', Impact, monospace;
  font-weight: bold;
  font-size: 50px;
  line-height: 100px;

}
