div.article {
font-size: 6vw;
   color: white;
   font-family: "Myriad Variable Concept";
   font-weight: bold;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 3px black;
}

div.sub {
font-size: 4vw;
   color: white;
   font-family: "Myriad Variable Concept";
   font-weight: bold;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 2px black;
}

div.price {
font-size: 6vw;
   color: white;
   font-family: "Myriad Variable Concept";
   font-weight: bold;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 3px black;
white-space: nowrap;
text-overflow: nowrap;
}
table {
  border-collapse: separate; 
  border-spacing: 6em;
  width:: 100%;
  table-layout: fixed;
  
}
#background-video {
   width: 100vw;
   height: 100vh;
   object-fit: cover;
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   z-index: -1;
}
   .footer{ 
   position: fixed;     
   text-align: center;    
   bottom: 1em; 
   width: 100%;
   color: red;
   font-family: "Myriad Variable Concept";
   font-weight: bold;
   font-size: 8vw;
  -webkit-text-fill-color: red;
  -webkit-text-stroke: 3px black;
   } 
   
   .header{
   top: 2em;
   text-align: center;    
   width: 100%;
   color: red;
   font-family: "Myriad Variable Concept";
   font-weight: bold;
      font-size: 8vw;
  -webkit-text-fill-color: red;
  -webkit-text-stroke: 3px black;
   }

@font-face {
    font-family: "Myriad Variable Concept";
    src: url("https://tidm.lzmitte.de/font/myriad.eot");
    src: url("https://tidm.lzmitte.de/font/myriad-iefix.eot")format("embedded-opentype"),
    url("https://tidm.lzmitte.de/font/myriad.woff2")format("woff2"),
    url("https://tidm.lzmitte.de/font/myriad.ttf")format("truetype");
}

.button {
  background-color: #FFFFFF; /* Green */
  border: none;
  color: black;
  padding: 16px 32px;
  font-family: "Myriad Variable Concept";
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 4vw;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border: 2px solid #f44336;
  width: 50%;
}

.button:hover {
  background-color: #f44336;
  color: white;
}

.table {
 width: 100%;
 align: center;
}

.index {
 align: center;
}


.body {
 align: center;
}
