@import url('https://fonts.googleapis.com/css2?family=Lilita+One&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); body { background: #FFE97A; background: 
    linear-gradient(90deg, rgba(255, 233, 122, 1) 0%, rgba(255, 94, 94, 1) 56%, rgba(219, 166, 255, 1) 100%); margin: 0;
}
.header{ border-bottom: 2px solid #33333334; display: flex; align-items: center; background-color: #00000044; padding: 0px 20px;
}
.header-name { font-size: 24px; color: #333; font-family: "Lilita One", sans-serif;
}
.header-button { background-color: #33333300; margin-left: 30px; border-width: 2px; border-color: #333333; border-style: solid; border-radius: 10px; padding: 15px 20px; font-family: 
    "Lilita One", sans-serif; font-size: 17px; color: #333333; text-decoration: none;
}
.header-button:hover { background-color: #3333334d; cursor: pointer;
}
.header-button-current { background-color: #3333334d; margin-left: 30px; border-width: 2px; border-color: #333333; border-style: solid; border-radius: 10px; padding: 15px 20px; 
    font-family: "Lilita One", sans-serif; font-size: 17px; color: #333333; text-decoration: none; cursor: not-allowed;
}
.header-button-current:hover { background-color: #3333334d;
}
.main { display: flex; flex-direction: column; align-items: center; border-style: solid; border-width: 3px; border-color: #000000; border-radius: 35px; margin-top: 80px; 
    margin-left: 350px; margin-right: 350px; padding: 30px 40px; background-color: #000000c0;
}
.main-title { font-size: 48px; color: #b6b6b6; font-family: "Lilita One", sans-serif;
}
.main-text { font-size: 24px; color: #c2c2c2; font-family: "Open Sans", sans-serif; line-height: 1.7;
}
.main-text-impressum { font-size: 24px; color: #c2c2c2; font-family: "Open Sans", sans-serif; line-height: 1.7; text-decoration: dashed;
}
