body {
  background: url("water.jpeg") repeat green;
  font-family: "Comic Sans MS", cursive, sans-serif;
  color: black;
  text-align: center;
  margin: 0;
  padding: 0;
}

.container {
  margin-top: 100px;
}

h1 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 48px;
  color: white;
  text-align: center;
  margin-bottom: 50px;
}

.box {
  background-color: #d3d3d3;
  border: 3px solid #888;
  display: inline-block;
  padding: 30px 50px;
  max-width: 600px;
}

.box a {
  color: blue;
  text-decoration: underline;
}

footer {
  margin-top: 100px;
  font-size: 14px;
  color: white;
}
