    html {
      font-family:
        system-ui,
        -apple-system,
        Arial,
        Helvetica,
        sans-serif;
      font-size: 15px;
      line-height: 1.5em;
      color: #001b75;
      background-color: rgb(255, 250, 250);
    }

    #container {
      display: grid;
      place-items: center;
      height: 90vh;
      max-width: 90vw;
      margin: 3em auto;
    }

    #content {
      text-align: center;
      width: 70%;
    }

    p {
      line-height: 1.5em;
    }

    h1 {
      font-size: 3em;
      line-height: 1.1em;
      margin-bottom: 1em;
      font-weight: bold;
    }

    h2 {
      font-size: 1.8em;
      line-height: 1.3em;
      margin-bottom: 3em;
      font-weight: normal;
    }

    .projekt {
      font-size: 1.5em;
      line-height: 1.5em;
    }

    .logo {
      max-width: 320px;
      margin-bottom: 2.5em;
    }

    .footer {
      margin-top: 10em;
    }

    .small {
      font-size: 1em;
    }

    .uppercase {
      text-transform: uppercase;
      letter-spacing: 0.02em;
    }


    a {
      color: #78247b;
      text-decoration: none;
    }
