body {
  font-family: "sawtonbauhaus-bold", "Arial";

    margin-left: 3em;
    margin-right: 3em;
}

.wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 160vw;
  height: 90vh;
  text-align: center;
}

h1,
h2 {
  margin: 0;
  line-height: 1em;
  font-weight: 400;
    
 /*text-shadow: 7px 5px 0px #231f20;
    

    text-decoration: underline;
text-decoration-thickness: 13px;

  -webkit-text-decoration-color: #231f20;
  text-decoration-color: #231f20;
    
    */

}

h1 {
  font-size: 12vmin;
}
h2 {
  font-size: 5vmin;
}

.kellerundlieder { 
    
    position: absolute;
    bottom: 15px;
    right: 15px; 
    position: fixed;

}

.oben { 

    position: absolute;
    top: 12px;
    left: 13px; 
    position: fixed;


}

    @font-face{
        font-family:"sawtonbauhaus-bold";
        src:url("sawtonbauhaus-bold-webfont.eot?#iefix");
        src:url("sawtonbauhaus-bold-webfont.eot?#iefix") format("eot"),url("sawtonbauhaus-bold-webfont.woff2") format("woff2"),url("sawtonbauhaus-bold-webfont.woff") format("woff"),url("sawtonbauhaus-bold-webfont.ttf") format("truetype");
    }