body {
  font-family: sans-serif;

  color: #deeed6;
  background-color: #140c1c;
  
  background-image: url("images/nightsky.png");
  background-repeat: no-repeat;
  background-position: center top; 
  text-align: center;
  
}

img {
  border: 0;
}

#content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 240px;
  text-align: center;
  width: 640px;
}

#play {
  margin-top: 50px;
  margin-bottom: 75px;
}

#screenshots img {
  margin: 5px;
}

blockquote {
  margin: 25px;
}
