body {
  background-color: #e6e6e6;
  font-size: large;
margin-left: 10%;
margin-right: 10%;
  font-family: 'GermanoRegular', 'Trebuchet MS', 'Arial', sans-serif;
}

@media only screen and (max-width: 200px) {
  body { font-size: x-large; }
}

h1 {

  text-align: center;
}

h2 {

  text-align: center;
}

h3 {
  letter-spacing: 5px;
    line-height: 3;
}

h4 {

  letter-spacing: 3px;
}

p {

}

a {
  text-decoration: none;
  color: black;
  border-style: solid;
  padding: 4px;
  border-color: black;
  border-width: thin;
  border-radius: 15px 5px 15px 5px;
  margin: 5px;
}

a:visited {
  color:  #8c8c8c;
}

a:hover {
  background-color: #D4FB79;
}

.nadruk {
font-weight: 900;
}

.nadruk2 {
text-decoration: underline overline;
  text-decoration-style: dashed;
}

.insprong {
  display: inline-block;
  text-indent: 15px;
  font-size: medium;
}

.tab {

margin-left: 40px;

        }
        
.midden  {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 400px;

        }