body {
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(14,14,125,1) 50%, rgba(0,212,255,1) 100%);
}

.heading {
    text-align: center;
    font-size: 6rem;
    font-style: cursive;
    color: black;
}

.heading:hover {
    font-size: 8rem;
    transition-duration: 2s;
}

.about-me-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 50vh;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 100px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.1); color: white; padding: 1rem; border-radius: 10px;
    font-size: 2rem;
}

.contact-button {
    display: inline-block;
    background-color: #5865F2;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease;
    font-family: "Segoe UI", sans-serif;
    margin-left: 1rem;
  }
  
  .contact-button:hover {
    cursor: pointer;
    background-color: #4752c4;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
  }

  .kontakt {
    display: inline-block;
    background-color: #5865F2;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease;
    font-family: "Segoe UI", sans-serif;
    margin-left: 1rem;
  }

  .kontakt:hover {
    cursor: pointer;
    background-color: #4752c4;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
  }