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

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

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

.zither {
  margin-bottom: 30px;
}

a {
  padding-bottom: 30px;
  font-size: 20px;
  text-decoration: none;
  color: #800000;
}
