body {
   font-family: 'Montserrat', sans-serif;
    width:414px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    
}

.header {
  display: flex;
  justify-content: center;
 margin-left: 20px;
    margin-top: 10px;
  padding: 10px;
  width: 380px; 
}
.fas.fa-door-open{
     margin-left:100px;
    font-size: 30px;
    margin-bottom: 100px;
}

.user {
    display: flex;
    align-items:center;
    position: relative;
    margin-top: 70px;
    width: 380px;
    margin-left:-150px;
  }
  
  .user-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
       margin-left:300px;
       margin-bottom:10px;
      
    
  }
  .edit-profile {
    position: absolute;
    bottom: -9px; 
    left: 50%;
    transform: translateX(-50%);
      width: 380px;
      
     
      
  }
  
  .edit-profile-link {
      
    border-radius: 10px;
    font-size: 12px;
    border: 2px solid #F4BB44; 
    background-color: white;
    width: 120px;
    display: inline-block;
    padding: 2px 4px; 
    text-align: center; 
    text-decoration: none; 
    color: black; 
      margin-left:270px;
      
   
  }
  .logout-button {
   
    align-self: flex-start;
  }
  .container {
    display: flex;
    flex-wrap: wrap;
    width:410px;
   
   
  }
  
  .row {
    flex: 1 0 100%; /* Each row takes full width */
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
  }
  .row p {
    margin-left: 20px;
      margin-right:10px;
    
  }

  
  .column {
    background-color: #dcdcdc;
    border-radius: 30px;
    width: 360px;
    font-size: 13px;
    margin-top: 13px;
    height: 45px;
 
  }
.column p{
    
     margin-top: 4px;
   
    
}
  .column2 {
    background-color: #dcdcdc;
    border-radius: 20px;
    width: 370px;
    font-size: 13px;
    margin-top: 13px;
    height: 100px;
 
  }

  .column3 {
    background-color: #dcdcdc;
    border-radius: 15px;
    width: 370px;
    font-size: 13px;
    margin-top: 13px;
    height: 55px;
       margin-bottom:-50px
 
  }
  .bordered {
    border: 1px solid #fff;
    border-radius: 30px;
    background-color: #fff;
    height: 35px;
    width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
      margin-left:-50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
   
  }
  
  .gender-options {
    display: flex;
    justify-content: space-around; /* Distribute items evenly */
  }

  button {
        font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 10px;
    background-color: transparent;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    width: 100px;

      margin-top:-200px
}
.custom-button {
    padding: 10px;
    background-color: transparent;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    
}.male {
     margin-top: 20px;
}
