body {
    margin: 0;
    background: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
      Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }

#neuigkeiten h1 {
    color: #0077cc; 
  }
 section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    box-sizing: border-box;
    padding-top: 48px;  /* Das ist dafür, dass die Überschrift nicht hinter dem verschwomennen Bereich ist */
    transform: translateY(-48px);
  }
  .about_me_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.about_me_section img {
    width: 300px;
    max-width: 90%;
    height: auto;
    border: 10px solid #0077cc;
}

.about_me_container {
    flex: 1;
    min-width: 280px;
    max-width: 600px;
}