
::-webkit-scrollbar {
  width: 12px;
}

/* Track (background) */
::-webkit-scrollbar-track {
  background: #0a0a0a;
}

/* Handle (the draggable part) */
::-webkit-scrollbar-thumb {
  background: #ff006e;
  border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff69b4;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #ff006e #0a0a0a;
}
body {
  margin: 0;
  padding: 0;
  background-color: #ffe4c4;
}

a {
  color: #ff006e;
}

a:hover {
  text-shadow: 0 0 10px #ff006e;
}

.container-one {
 background-color: #1a1a1f;
  background-image: radial-gradient(#ff006e 1px, transparent 1px);
  background-size: 50px 50px;
      padding: 10px;
      display: flex;
      align-content: center;
      gap: 10px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 10px; 
     min-height: 100vh;
      
         } 
.container-two {
    background-color: #ffe4c4;
    font-family: Arial, sans-serif;
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin-bottom: 100px;
      } 
.container-three {
      background-color: #1a1a1f;
     background-image: radial-gradient(#ff006e 1px, transparent 1px);
      background-size: 50px 50px;;
      display: flex;
      align-content: center;
      gap: 10px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: auto;
      padding: 100px 20px;
       
         } 
.project-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.project-card {
  background: #1a1a1f;
  border-radius: 10px;
  padding: 20px;
  width: 300px;
  text-align: center;
  border: 1px solid #ff006e;
}

.project-card img {
  width: 100%;
  border-radius: 8px;
}
.project-card p {
  min-height: 120px;
}
.project-card img {
  transition: box-shadow 0.3s ease;
}

.project-card img:hover {
  box-shadow: 0 0 20px rgba(255, 0, 110, 0.7);
}
.honkintro {
  font-family: "Honk", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "MORF" 15,
    "SHLN" 50;
 font-size: 7.5rem;
 margin: 0;
 margin-bottom: 10px;
 } 
.honk {
  font-family: "Honk", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "MORF" 15,
    "SHLN" 50;
  font-size: 5rem;
  margin: 0;
} 


.headshot {
  width: 300px;
  max-width: 60%;
  border-radius: 50%; 
  box-shadow: 0 0 20px rgba(255, 0, 110, 0.7);
  margin-top: -150px;
 }  
.info {
  margin-top: 50px;
  max-width: 600px;
  text-align: left;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.info2 {
  margin-top: 50px;
  max-width: 600px;
  text-align: center;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;}
 .info3 {
  color: azure;
  margin-top: 5px;
  max-width: 600px;
  text-align: left;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
} 
.divider {
  text-align: center;
  color: #ff006e;
  font-size: 1.5rem;
  letter-spacing: 20px;
  margin: 40px 0;
  text-shadow: 0 0 10px #ff006e;
}
.skill-tag {
  display: inline-block;
  background: #1a1a1f;
  color: #ff006e;
  padding: 8px 16px;
  border-radius: 20px;
  margin: 5px;
  border: 1px solid #ff006e;
}
.footer {
  background: #1a1a1f;
  color: #f5f5f5;
  text-align: center;
  padding: 40px 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

.footer a {
  color: #ff006e;
  margin: 0 15px;
  text-decoration: none;
}

.footer a:hover {
  text-shadow: 0 0 10px #ff006e;
} 
.past-life {
  background-color: #ffe4c4;
  font-family: Arial, sans-serif;
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 80px 20px;
  } 
  .childhood-pic {
  width: 350px;
  max-width: 80%;
  padding: 15px 15px 50px 15px;
  background: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg);
  margin: 30px 0;
}
.film-pic {
  width: 200px;
  max-width: 80%;
  padding: 15px 15px 50px 15px;
  background: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transform: rotate(2deg);
  margin-top: 30px;
} 
.project-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
} 

@media (max-width: 768px) {
  
  .honkintro, .honk {
    text-align: center;
    width: 100%;
    text-shadow: 
      0 0 5px #ff006e,
      0 0 10px #ff006e,
      0 0 8px #ff006e;
  }
   
     
  .project-grid {
    flex-direction: column;
    align-items: center;
  }
  
  .project-card {
    width: 90%;
  }
  
  .headshot {
    width: 200px;
    margin-top: -80px;
  }
  
  .childhood-pic,
  .film-pic {
    width: 250px;
  }
  
  .container-one,
  .container-two,
  .container-three {
    padding: 40px 15px;
  }
  
   .info, .info2, .info3 {
    padding: 0 15px;
    font-size: 1rem;
  }
  
  .footer-links a {
    display: block;
    margin: 10px 0;
  }
}