h1 {
   text-align: center;
   margin: 10px;
   font-family: 'Great Vibes', cursive;
   font-size: 120px;
   color: rgb(255, 255, 255);
   text-shadow: 10px 10px 30px rgb(0, 0, 0);
}

body {
 background-image: url('background.jpg');
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-size: auto;
 margin: 0;
 padding: 0;
}

.header1 {
  margin: auto;
  text-align: center;
}

.header2 {
   margin: auto;
   text-align: center;
}

.header3 {
   margin: auto;
   text-align: center;
}

.header3 {
   margin: auto;
   text-align: center;
}

.header4 {
   margin: auto;
   text-align: center;
}

table {
  width: 100%;
  border-collapse: collapse;
  }

th, td {
  border: none;
  padding: 1px;
  text-align: center;
}

th {
  background-color: #f2f2f2;
}

.back {
   position: absolute;
   bottom: 5px;
   left: 5px;
}

.home {
   position: absolute;
   bottom: 5px;
   right: 5px;
}

.cocktail {
   text-align: center;
   font-family: 'Indie Flower';
   font-style: normal;
   font-size: 50px;
}

.cocktail_karten {
   text-align: center;
}

video {
   max-width: 100% !IMPORTANT;
   height: auto !IMPORTANT;
 }