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

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

h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin: 10px 0;
}

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

.klavier {
  width: 903px;
  height: 600px;
  margin-bottom: 20px;
}

.akkordeon {
  margin-bottom: 20px;
}

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


@media screen and (max-width: 960px) {
  .klavier {
    width: 98%;
    height: auto;
  }

  .akkordeon {
    width: 98%;
    height: auto;
  }
}
