body {
    margin: 0;
    padding: 0;
    font-family: "sour-gummy", sans-serif;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
  }
  
  /* .container {
    width: 90%;
    max-width: 900px; 
    margin-right: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    border: 5px solid black;
    background-color: white;
    padding: 2rem;
  } */


.container {
  width: 100%;
  max-width: 1200px;
  height: 80vh;
  overflow-y: auto; 
  overflow-x: hidden; 
  border: 5px solid black;
  background-color: white;
  font-family: 'Courier New', Courier, monospace;
  box-sizing: border-box;
  margin: 2rem auto; 
  padding: 2rem;
  margin-right: 1rem;
}
  
  
  /* Profile image + ears */
  .profile {
    position: relative;
    width: 16rem;
    height: 18rem;
  }
  
  .ears {
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: auto;
    z-index: 1;
  }
  
  .profilePic {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    border: 10px solid transparent;
    position: relative;
    cursor: pointer;
    transition: border-color 0.3s ease;
  }
  
  .profilePic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: opacity 0.3s ease;
  }
  
  .profile-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fa1413;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  
  .profilePic:hover {
    border-color: #fa1413;
  }
  
  .profilePic:hover img {
    opacity: 0.3;
  }
  
  .profilePic:hover .profile-overlay {
    opacity: 1;
  }
  
  /* Description */
  .description {
    flex: 1;
    min-width: 280px;
  }
  
  .line1 {
    margin: 0 0 1rem 0;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: lighter;
  }
  
  .highlight {
    color: #fb2600;
    font-weight: bold;
    font-size: clamp(3rem, 5vw, 5rem);
  }
  
  .line2 {
    font-size: clamp(1rem, 1.3vw, 1.3rem);
    font-weight: lighter;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
  
  .line3 {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  
  .line4 {
    font-size: clamp(1.1rem, 1.4vw, 1.4rem);
    font-weight: bold;
    line-height: 1.5;
    padding-left: 1.5rem;
    list-style: disc;
  }

  /* @media (max-width: 1220px) and (min-width: 901px) {
    .container {
      width: 65%;
      margin-left: calc(60px + 1rem); 
      padding: 1.5rem; 
      gap: 1.5rem;     
    }
  } */

  @media (min-width: 1220px) {
    .container {
      margin-left: calc(150px + 1rem);
      /* margin-right: 1rem; */
    }

    .line1 {
        font-size: clamp(2.5rem, 4vw, 3.5rem);
      }
    
      .highlight {
        font-size: clamp(3rem, 6vw, 5rem);
      }
    
      .line2,
      .line3,
      .line4 {
        font-size: clamp(1.1rem, 1.3vw, 1.3rem);
      }
}

  @media (max-width: 1220px) and (min-width: 1080px) { 
    .container {
        margin-left: calc(140px + 1rem); 
      }

      .line1 {
        font-size: clamp(2rem, 3.5vw, 3.2rem);
      }
    
      .highlight {
        font-size: clamp(2.5rem, 5vw, 4.5rem);
      }
    
      .line2,
      .line3,
      .line4 {
        font-size: clamp(1rem, 1.2vw, 1.2rem);
      }

  }
  @media (max-width: 1079px) and (min-width: 1024px){
    .container {
      margin-left: calc(150px + 1rem);
      /* margin-right: 1rem; */
    }
  } 

  @media (max-width: 1023px) and (min-width: 769px){
    .container {
      margin-left: calc(120px + 1rem); 
      margin-right:1rem;
    }
    .line1 {
      font-size: clamp(1.5rem, 2vw, 2.5rem);
    }
  
    .highlight {
      font-size: clamp(2rem, 4vw, 3.5rem);
    }
  
    .line2,
    .line3,
    .line4 {
      font-size: clamp(0.9rem, 2vw, 1rem);
    }
  
    .description {
      padding: 0;
    }
  
    .line4 {
      padding-left: 0;
      list-style: none;
    }
  
    .profile {
      width: 10rem;
      height: 12rem;
    }
  
    .ears {
      width: 120%;
      top: -1.5rem;
      padding-left:1.5rem;
    }
  }

  @media (max-width: 897px) and (min-width: 770px){
    .container{
      align-items: center;
      justify-content: center;
      text-align: center;
      margin: 2rem auto;
      width: 100%;
      max-width: 700px;
    }
  }
@media (max-width: 768px) {
    /* body {
      padding: 0 1rem;
    }
   */
    .container {
      align-items: center;
      justify-content: center;
      text-align: center;
      margin: 2rem auto;
      width: 95%;
      max-width: 500px;
    }
  
    .line1 {
      font-size: clamp(1.5rem, 6vw, 2.5rem);
    }
  
    .highlight {
      font-size: clamp(2rem, 8vw, 3.5rem);
    }
  
    .line2,
    .line3,
    .line4 {
      font-size: clamp(0.9rem, 4vw, 1rem);
    }
  
    .description {
      padding: 0;
    }
  
    .line4 {
      padding-left: 0;
      list-style: none;
    }
  
    .profile {
      width: 10rem;
      height: 12rem;
    }
  
    .ears {
      width: 120%;
      top: -1.5rem;
      padding-left:1.5rem;
    }
  }

  