body {
    margin: 0;
    padding: 0;
    font-family: "Manrope", sans-serif;
    background-color: #fffbeb; /* amber-50 */
    color: #4b5563; /* gray-700 */
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
  }

  /* Container */
  .container {
    max-width: 32rem;
    margin: 0 auto;
    padding: 0 1.5rem;
  }
  .container.now {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    border: 2px solid #3b82f6;
  }

  /* Navigation */
  nav {
    display: flex;
    justify-content: center;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }

  .nav-links {
    display: flex;
    gap: 2.5rem;
  }

  .nav-link {
    display: inline-block;
    font-size: 0.875rem;
    color: #1e40af; /* blue-800 */
    text-decoration: none;
    transition: transform 0.3s;
    transform-origin: center center;
  }

  .nav-link.active {
    font-weight: bold;
  }

  /* Intro section with headshot */
.intro-container {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.headshot-container {
  flex-shrink: 0;
}

.headshot {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.intro-text {
  flex-grow: 1;
}

.intro-text h1 {
  margin-top: 0;
}

.intro-text p {
  margin-bottom: 0;
}

/* For mobile screens */
@media (max-width: 640px) {
  .intro-container {
    flex-direction: column;
    text-align: center;
  }
  
  .headshot {
    width: 100px;
    height: 100px;
  }
}

  /* Wave */
  .wave-emoji {
    display: inline-block;
    cursor: pointer;
    transition: transform 0.1s ease-in-out;
  }
  
  @keyframes wave {
    0% { transform: rotate(0deg); }
    20% { transform: rotate(15deg); }
    40% { transform: rotate(-8deg); }
    60% { transform: rotate(10deg); }
    80% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
  }
  
  .wave-emoji:hover {
    animation: wave 0.8s ease-in-out;
  }

  /* Sections */
  section {
    margin-bottom: 1rem;
  }

  .text-center {
    text-align: center;
  }

  h1 {
    font-size: 1.65rem;
    font-weight: normal;
    color: #1e3a8a; /* blue-900 */
    margin-bottom: 1rem;
  }

  .divider {
    height: 0.25rem;
    width: 4rem;
    background-color: #3b82f6; /* blue-500 */
    margin: 1rem auto;
    border-radius: 9999px;
  }

  p {
    line-height: 1.7;
    margin-bottom: 1.5rem;
  }

  /* List */
  ul {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
  }

  li {
    margin-bottom: 1rem;
    line-height: 1.7;
  }

  .icon {
    color: #3b82f6; /* blue-500 */
    font-size: 1.25rem;
    margin-right: 0.5rem;
  }

  /* Projects */
  .projects {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 1.5rem;
  }

  .project-card {
    padding: 1.5rem;
    background-color: white;
    border-radius: 0.5rem;
    border: 1px solid #dbeafe; /* blue-100 */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
  }

  .project-card:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  }

  .project-title {
    font-size: 1rem;
    font-weight: 500;
    color: #1e40af; /* blue-800 */
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-subtitle {
    color: grey; 
    font-style: italic;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 0.3rem;
  }

  /* Links */
  .link {
    color: #2563eb; /* blue-600 */
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
    transform-origin: center center;
    background-color: #dbeafe; /* blue-100 */
    padding: 0 0.25rem;
    border-radius: 0.25rem;
    line-height: 1.4;
  }

  .link:hover {
    background-color: #C2DCFD;
    transform: rotate(1deg);
  }

  /* Footer */
  footer {
    text-align: center;
    padding: 2.5rem 0;
    font-size: 0.875rem;
    color: #1e40af; /* blue-800 */
  }

  #icon {
    width: 15px;
    opacity: 0.7;
    vertical-align: bottom;
    margin-right: 10px;
}

  /* Background elements */
  .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    overflow: hidden;
  }

  .floating-element {
    position: absolute;
    opacity: 0.3;
    animation: float 20s ease-in-out infinite;
  }

  .circle {
    border-radius: 50%;
  }

  .square {
    transform: rotate(45deg);
  }

  .texture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIj4KICA8ZmlsdGVyIGlkPSJub2lzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSI+CiAgICA8ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC42NSIgbnVtT2N0YXZlcz0iMyIgc3RpdGNoVGlsZXM9InN0aXRjaCIgc2VlZD0iMSI+PC9mZVR1cmJ1bGVuY2U+CiAgICA8ZmVDb2xvck1hdHJpeCB0eXBlPSJzYXR1cmF0ZSIgdmFsdWVzPSIwIj48L2ZlQ29sb3JNYXRyaXg+CiAgPC9maWx0ZXI+CiAgPHJlY3Qgd2lkdGg9IjMwMCIgaGVpZ2h0PSIzMDAiIGZpbHRlcj0idXJsKCNub2lzZSkiIG9wYWNpdHk9IjAuMDUiPjwvcmVjdD4KPC9zdmc+');
    opacity: 0.3;
    z-index: -5;
  }

  .content {
    position: relative;
    z-index: 10;
  }