body {
    margin-top: 1%;
    margin-right: 1%;
    transition: transform 0.4s ease-in-out;
    position: relative;
    width: 100%;
    overflow-x: hidden; /* Verhindert horizontales Scrollen */
    text-align:center;
    font-family: ‚Palatino‘, sans-serif; /* Ersetzen Sie dies durch die Schriftart Ihres Templates */
    background-image: url("/images/genclik.png");
    background-color: #b3b1b1; /* Hintergrundfarbe des Templates */
    background-repeat: no-repeat, repeat;
    background-size: 90%;
    background-position: 50% 20%;
}

    body {
      margin: 0;
      padding: 0;
      font-family: sans-serif;
      background-color: #f2f2f2;
      text-align: center;
    }

    .container {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
    }

    .logo {
      width: 80%;
      max-width: 300px;
      margin: 20px auto;
    }

    .info-box {

  align-items: center;
  justify-content: center;
      background-color: rgba(0, 0, 0, 0.7);
      color: white;
      padding: 20px;
      border-radius: 12px;
      margin-top: -40px;
    }

    .info-box h1 {
      margin: 0 0 10px;
    }

    .highlight {
      color: #7fff00;
      font-weight: bold;
    }


.share-icon {
  font-size: 1.2em;
  vertical-align: middle;
  margin-left: 4px;
}