body {
  background-color: white;
  font-family: Times New Roman;
  background-image: url(sea2.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin: 0;
  height: 100vh;
  width: 100vw;
}

p {
  left: 0;
  line-height: 200px;
  margin-top: -100px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  color: white;
  font-size: 18px;
  font-style: italic;
}

a {
  color: white;
}
a:hover {
  color: #ccc;
}
