* {
  margin: 0;
  padding: 0;
  background-color: #E9FBFD;
  text-align: center;
}

h1 {
  color: #800000;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-top: 10px;
}

h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 28px;
}

p, a, li {
  font-family: 'Roboto Slab', serif;
  font-size: 17px;
}

h2 {
  margin-top: 15px;
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  color: #800000;
  font-size: 19px;
}

hr {
  margin-bottom: 20px;
  visibility: hidden;
}
