body {
    background-image: url(https://redesign.ausgefallene-mode-erika-sauder.de/images/bg.avif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: black;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 1.2em;
    line-height: 1.6;
}
.container-header {
    background-image: url(https://redesign.ausgefallene-mode-erika-sauder.de/images/bg.avif);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
}
h1, .h1 {
    font-weight: 200;
    font-size: 2em;
    text-transform: uppercase;
}