body {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 200px 0;
  margin: 0;
}
a {
  color: #17559d;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #e78e12;
}
h1 {
  text-transform: uppercase;
  font-weight: 400;
  color: #17559d;
}
footer {
  font-size: 14px;
  background-color: #17559d;
  color: white;
  height: 60px;
  line-height: 60px;
  margin-top: 150px;
}
footer a {
  color: white;
}
