*
{
    margin: 0;
    padding: 0;
}

header {
    background-color: whitesmoke;
    height: 80vh;
    background-position: center;
    background-size: cover;
}

.wartung {
    top: 40%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

h1 {
    font-size: 30px;
    letter-spacing: 15px;
    color: #000;

}

hr {
    width: 50%;
    margin: 30px auto;
    border: 1.5px solid #000; 
    
}

p {
    font-size: 20px;
    margin-bottom: 30px;
    color: #000;
}

  #footer {
    position: absolute;
    width: 100%;
    height: 19vh;
    background-color:whitesmoke; 
    text-align: center;
    border-top: 1.5px solid #000; 
    color: #000000;
    font-size: 20px;
    line-height: 50px;
    transition: .5s;
  }
