body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  .socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: auto;
    background-color: #313131;
  }

  .socials a {
    font-size: 1.5rem; /* Vergrößert den Text */
    color: #72f384;
    text-decoration: none;
    padding: 10px 40px;
    transition: color 0.3s;
  }

  .socials a:hover {
    text-shadow: 2px 2px 4px rgb(0, 0, 0),
                 2px 2px 4px rgb(5, 104, 38),
                 2px 2px 4px rgb(5, 104, 38),
                 2px 2px 4px rgb(0, 0, 0);
  }


  /* Burger Menu oben rechts an der Seite + BlutEngel oben links */
  @media screen and (max-width: 1000px) {
    .socials{
        display: none;
    }
  }

  .socials{
    
    display: none;
  }