/* Dein vorhandenes CSS bleibt bestehen */
body {
    background-color: white;
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    background: #fafafa;
    color: #1a1a1a;
}

/* Titel */
h2 {
    font-size: 63px;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: 5px;
    margin: 20px 5px 40px;
}

/* Untertitel */
h3 {
    font-size: 20px;
    letter-spacing: 4px;
    margin: 0 80px 30px;
    text-transform: uppercase;
}

/* Zeit */
time {
    font-size: 16px;
    opacity: 0.7;
    letter-spacing: 2.2px;
    margin: 0 105px;
}

/* Learn More */
.learn-more {
    font-size: 15.5px;
    letter-spacing: 1px;
    margin: 25px 105px 60px;
    text-transform: uppercase;
}

/* Fließtext */
.text {
    margin: 20px 105px;
    max-width: 600px;
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
}
