/* Hintergrund für den Body */
body {
    margin: 0;
    padding: 0;
    background-color: white;
    background-image: url('https://lunar-reverie.neocities.org/LR_headerback02.png'); /* Pfad zu deinem Bild */
    background-repeat: no-repeat;
    background-position: left bottom; /* unten rechts */
    background-attachment: fixed; /* fixiert beim Scrollen */
}

/* Zentrierter Hauptbereich */
.main {
    max-width: 800px;
    margin-left: 450px;
    margin-top: 0px;
    padding: 20px;
    max-height: 80vh;
    overflow: auto;
}




h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    font-style: italic;
    color: red;
    text-align: right;
    margin-bottom: 2px;
}

h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    color: black;
    text-align: right;
     margin-top: 0;
}

h3 {
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    font-style: italic;
    color: red;
    text-align: left;
    margin-bottom: 2px;
}

h4 {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    color: black;
    text-align: left;
     margin-top: 0;
}

.infobox {
    width: 220px;
    padding: 15px;

    background-color: white;
    border: 1px solid black;

    position: absolute;
    left: 180px;
    top: 25px;

    font-size: 12px;
}