html {
   scroll-behavior: smooth !important
}

* {
   margin: 0;
   padding: 0;
}

body {
   font-family: Tahoma, sans-serif;
   font-weight: 100;
   font-size: 18px;
   text-align: center;
   color: #787274;
}

#main-wrap {
   position: relative;
}

#main-wrap:before {
   content: ' ';
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   opacity: 0.3;
   background-image: url("/assets/images/zeichnung.png");
   background-repeat: no-repeat;
   background-position: center;
 }


main {
   position: relative;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   padding-bottom: 150px;
}

h1 {
   padding: 20px;
}

img {
   max-width: 100%;
}

footer {

   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}