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

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

h2, h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

h2 {
  font-size: 27px;
  margin-bottom: 10px;
}

h3 {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 5px;
}

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

.last {
  padding-bottom: 30px;
}

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