

body {
    background-color: #ffffff
}

h1 {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    font-style: bold;
    font-weight: 885;
    font-size: 72px;
    text-align: right;
    letter-spacing: -2px;
}

h2 {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
font-size:19px; 
    line-height: 1;
    letter-spacing: -1px;
}


p {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.4;
    font-size: small;
    column-width: 441px;
    column-gap: 16px;
    text-align: justify;
    letter-spacing: -0.5px;
}

container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* genau 2 Spalten */
    gap: 20px;
    max-width: 800px;
    margin: 40px auto;
    padding: 0 53px;
}
