@font-face{
  font-family: 'BrownPro';
  src: local('BrownPro'), url('BrownPro_Regular.otf') format('truetype');
}
html{
  background: url(zopfchopf_background.png) no-repeat center center fixed;
  font-family: 'BrownPro';
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}
.insta{
  position: fixed;
  bottom: 70px;
  right: 70px;
  z-index: 99999;
}
.insta img{
  width: 50px;
}
.slogan{
 width: 99%;
 position: absolute;
 bottom: 30px;
}
.slogan_penis{
 width: 99%;
 position: absolute;
 top: 60px;
}
.done, .live{
 font-size: 15px;
 letter-spacing: 3px;
 text-align: center;
 margin: 0 auto;
 width: 700px;
}
.slogan .done{ 
  text-decoration: line-through;
}
