body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
  }
  
  header {
    position: relative;
    height: 400px;
    color: white;
    text-align: center;
  }
  
  .background-image {
    background: url('AnimeSchrein1_AI.png') 50% 60%/cover no-repeat;
    height: 100%;
    position: relative;
  }
  
  .overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
  }
  
  .header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .container {
    width: 80%;
    margin: 0 auto;
  }
  
  .about-me {
    padding: 50px 0;
    background: #f8f8f8;
  }
  
  .social-links {
    background: #333;
    color: white;
    padding: 50px 0;
  }
  
  .social-links ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
  }
  
  .social-links a {
    text-decoration: none;
    color: white;
  }
  
  .footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 20px 0;
  }
  .whitecolor{
    color:white;
  }
