body {
  background-color: #c9d8e6;
  color: #3d4a57;
  font-family: Georgia, serif;
  margin: 0;
}

.container {
  width: 700px;
  margin: auto;
  margin-top: 50px;
}

h1 {
  color: #4f6275;
  letter-spacing: 8px;
  font-size: 48px;
  font-weight: normal;
}

.quote {
  color: #6b7c8c;
  font-style: italic;
  margin-bottom: 25px;
}

nav {
  margin-bottom: 25px;
}

nav a {
  color: #4f6275;
  text-decoration: none;
  margin-right: 15px;
}

nav a:hover {
  color: white;
}

.box {
  background-color: #dbe7f2;
  border: 1px solid #9fb3c7;
  padding: 20px;
  line-height: 1.8;
}