* {
    margin: 0;
    padding: 0;
}
.modern-antiqua-regular {
  font-family: "Modern Antiqua", serif;
  font-weight: 400;
  font-style: normal;
}

h1{
  font-size: 30px; 
  color: white; 
  text-align: left; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  background-color: rgba(0, 0, 0, 0.89);
  text-transform: uppercase;
}

body{
  background-color:rgb(0, 0, 0);
  background-image: url(../img/1860753.jpg);
  background-position: center top;
  background-size: cover ;
 
}
/*                                      HEADER & NAV                                    */
.head-box {
    height: 500px;
    background-color:#242424;
    background-image: url(../img/horror-house-games-xs.jpg);
    background-repeat: no-repeat;
    background-position: center top 30%;
    background-size: cover ;
}

.fade-in{
    animation:fade-in 5s;

}

@keyframes fade-in {
 from{
  opacity:0;
}  

to {
opacity:1;
  }
}

p{
  display: flex; 
  justify-content: center; 
  align-items: center; 
  margin: 15px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #242424;
  }
  
  li {
    float: right;
    font-size: 20px;
  }

  li:last-child {
    border-right: none;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  li a:hover:not(.active) {
    background-color: #046e8f;
    border-radius: 10px;
  }
  
  .active {
    background-color: #19a576;
    border-radius: 10px;
}

/*                                        FORM & RESPONSE MESSAGE                                     */

.contact-info{

  background: #242424ee;
  border-radius: 30px;
  margin: 30px 315px 30px 310px;
  font-size: 30px;
  text-align: center; 
  color: rgb(255, 255, 255); 
  
  }
.thankyou{
  background: #242424ee;
  border-radius: 30px;
  margin: 30px 315px 30px 310px;

}
.c-text{

  font-size: 30px;
  text-align: center; 
  color: rgb(255, 255, 255); 
}

  .happy-margrit{
    display: flex; 
    justify-content: center; 
    align-items: center;
  }

  .form {
    width: auto;
    padding: 0 15%;
  }

  textarea{

  width: 100%;
    height: 100px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
  }

  button{
  margin-bottom: 10px;
  font-size: 20px;
  align-items: center;
  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .sticky + .content {
    padding-top: 60px;
  }

/*                                        IMPRESSUM                                        */

  .impressum{
    display: flex; 
    justify-content: center; 
    align-items: center;
    height: 100%;
    width: auto;
  }

  .text1{

    font-size: 30px;
    text-align: center; 
    color: rgb(255, 255, 255); 
    background: #242424ee;
    border-radius: 30px;
    margin: 25px 300px 0px 300px;
    height: 650px;
    width: 600px;
  }

  .p1{
    color: #19A576;
    font-weight: bold;
    text-decoration: underline;
  }