@font-face {
    font-family:"Poppins";
    src: url('FOnts/poppins-v23-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family:"Unna";
    src: url("FOnts/unna-v23-latin-regular.woff2!") format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family:"Ballet";
    src: url("FOnts/ballet-v27-latin-regular.woff2") format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background-color: #e0e0e0;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #6d6d6d, #3a3a3a);
    border-radius: 10px;
}
.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ballet{
    font-family: "Ballet";
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
body {
    font-family: "Poppins";
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(245, 245, 245, 0.95);
    color: #333;
}

header {
    text-align: center;
    padding: 20px 0;
}

.ueber-mich {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    gap: 4em;
    padding: 8% 5%;
}

.img1 {
    width: 450px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.text-container {
    width: 60%;
    padding-left: 30px;
    text-align: justify;
}

h1 {
    font-family: "Unna";
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 50px;
}

h2 {
    font-family: "Unna";
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

p {
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
    color: #444;
}

button, .back-button {
    display: inline-block;
    padding: 12px 24px;
    font-size: 18px;
    background: linear-gradient(135deg, #6aabd2, #3b6978);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

button:hover, .back-button:hover {
    background: linear-gradient(135deg, #5a98b9, #335a66);
    transform: translateY(-2px);
}

.ueber-mich-content p {
    font-size: 20px;
    text-align: center;
    margin: 2em 0 3em;
}

.footer {
    margin-top: 50px;
    padding: 5% 8%;
    text-align: center;
}
