body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333;
  }
  
  .container {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
  }
  
  header {
    background-color: #000;
    color: #fff;
    padding: 40px 0;
    position: relative;
  }
  
  .photo {
    width: 150px;
    height: 150px;
    background-color: #333;
    border-radius: 50%;
    margin: 0 auto 20px;
  }
  
  .photo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #00ffcc, #ff00ff);
    opacity: 0.3;
    z-index: -1;
  }
  
  img {
    width: 100%;
    height: 100%;
  }

  h1 {
    font-size: 28px;
    margin: 0;
  }
  
  p {
    margin: 0;
  }
  
  .social-icons {
    margin-top: 20px;
  }
  
.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 41px;
  text-align: center;
  margin: 0 10px;
}

.social-icons a:hover {
    background-color: hwb(0 100% 0% / 0);
    transform:scale(1.1);
    transition: 500ms;
 }


  .about {
    padding: 40px 0;
  }
  
  h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  /* Customize the FontAwesome icon styling */
  