body {
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center;     /* vertikal */

    background-color: #ffffff; 
    font-family: "Garamond", "EB Garamond", "Times New Roman", serif;
}

/* Text-Styling */
.center-text {
    font-size: 2rem; /* Schriftgröße */
    color: #000000;  /* Schriftfarbe */
}