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

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

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

h2 {
  margin: 20px 0 15px 0;
  font-size: 28px;
}

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

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

.noten_3 {
  margin-bottom: 30px;
}

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