body {
  background-color: #2d68c4;
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  max-width: 600px;
  margin: 40px auto;
  padding: 0 20px;
}

h1 {
  font-family: "Jim Nightshade", cursive;
  font-weight: normal;
  font-size: 64px;
  margin-bottom: 20px;
}

img {
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  border: 2px solid #ffffff;
}

ul {
  display: inline-block;
  text-align: left;
}

li {
  margin-bottom: 10px;
}

hr {
  border: none;
  border-top: 2px solid #ffffff;
  margin: 30px 0;
}

a {
  color: #dfff4f;
}

a:hover {
  color: #ffffff;
}

nav a {
  margin: 0 8px;
}

footer {
  font-size: 16px;
}
