html {
  font-family: 'Cousine', monospace;
}
h1, h2, h3, a {
  font-family: 'Cousine', monospace;
  font-weight: 700;
  color: black;
}
p, a {
  font-size: 0.6em;
  line-height: 1.4;
}
h1 {
  font-size: 1.4em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 0.9em;
}
p, h1, .stern {
 text-align: justify;
}
.center p, .center a,.center h1, .center h2, .center h3 {
 text-align: center;
}
p, .stern {
  font-size: 0.8em;
  line-height: 1.7;
}
.musictxt a  {
  display: block;
  margin-left: auto;
  margin-right: auto;
 }

video {
  width: 100%;
  height: auto;
}


@media all and (min-width: 599px){
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.2em;
}

p, a {
  font-size: 0.9em;
  line-height: 1.4;
}
}
