body {
  font-family: "Courier New", monospace;
  background-color: #fefefe;
  color: #111;
  margin: 20px;
  line-height: 1.6;
}

header, footer {
  text-align: center;
}

h1 {
  color: #0047ab;
  text-shadow: 1px 1px #ddd;
}

a {
  color: #0000ee;
  text-decoration: underline;
}

a:hover {
  color: #551a8b;
}

.release {
  margin-bottom: 15px;
  padding: 10px;
  border-left: 2px solid #ddd;
}

@media (max-width: 600px) {
  body {
    margin: 10px;
    font-size: 15px;
  }
}
