.poppins-extralight {
    font-family: "Poppins-Extralight", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  

  .browser-window {
    /* width: 800px; */
    /* border: 1px solid #ccc; */
    border-radius: 8px;
    margin: 30px auto;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.title-bar {
    background-color: #d1d5db;
    padding: 4px 4px 0 4px;
    text-align: center;
    /* border-bottom: 1px solid #ddd; */
}

.title {
    font-size: 0.75rem;
    font-weight: bold;
    
}

.address-bar {
    padding: 8px;
    background-color: #d1d5db;
}

.address-bar input {
    width: 100%;
    padding: 4px 8px;
    border: 0px solid #ccc;
    border-radius: 16px;
    color: var(--gray);
    background-color: var(--light);
    font-size: 0.75rem;
    
}

.content {
    padding: 20px;
    background-color: #f1f2f3;
}