body {
  background-color: black;
  background-image: url('/night-harbor.jpg');
  background-repeat: no-repeat;
  color: #eeeeee;
  font-size: 1.4rem;
  font-family: sans-serif;
}

h1 {
  float: right;
}

h2 {
  color: red;
}

#main-header {
  max-width: 700px;
}