body {
  background-color: black;
  color: white;
  font-family: "Times New Roman", Times, serif;
  
  background-image: url(/images/ocean.jpg); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
