html {
        width: 100vw;

}
body {
    font-family: Times, serif; /* Beispiel Serif: Times, serif; */
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff; /* Farben mit 6 gleichen Buchstaben/Ziffern können in 3er-Paaren geschrieben werden */
    background: url("../img/1c89b39b2d5e48b266d177f5f400332b.jpg") no-repeat center center; /* Fullscreen Hintergrundbild einbinden */
    background-size: cover;
}
h1 {
    font-size: 200px;
    color: #fff;
}
h2 {
    font-size: 50px;
    font-style: bold;
    color: #fff;
    padding: 0 40px;
}
#header {
    position: absolute;
    width: 100%; 
    top: 0;
    left: 0;
    background: rgba(0, 255, 251, 0.5);
    text-align: center;
}
#container {
    position: absolute;
    top: 350px;
    left: 400px;
}
.text {
    padding: 50px;
}
button {
    background: #00d7da;
    border: 0px;
    border-radius: 10px;
    padding: 10px; 
    font-family: Times, serif;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
}
