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

.header {
   
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  width: 380px; 
    margin-left:15px;
    margin-top: 10px;
}

.user {
    margin-top: 40px; 
  display: flex;
  align-items: flex-end;
  position: relative;
}

.user-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  
}
.edit-profile {
  position: absolute;
  bottom: -9px; 
  left: 50%;
  transform: translateX(-50%);
}

.edit-profile-link {
  border-radius: 10px;
  font-size: 12px;
  border: 2px solid #F4BB44; 
  background-color: white;
  width: 90px;
  display: inline-block;
  padding: 2px 4px; 
  text-align: center; 
  text-decoration: none; 
  color: black; 
}
  
  .user-info {
    text-align: center;
    margin-top: 60px;
      margin-left:-100px;
  }
  
  .row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
    margin-left:15px;
  }
  
.username{
    font-weight:700;
    margin-right:10px;
    margin-left:10px;
}
  .age,
  .text {
    margin: 0 5px;
    
  }
  
  .age {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F4BB44;
    color: white;
    border-radius: 15px;
    border: none;
    font-size: 12px;
    height: 20px;
    width: 80px;
    padding: 0 10px;
  }


  .text{
    background-color:#FFDead ;
    border-radius: 10px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    width: 70px;
    height: 20px;
      font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    
  
  }
  
.contact-icons {
    display: flex;
    align-items: center;
  }
  
  .contact-icons i {
    font-size: 14px;
    color: #Ffaa33; 
    border-radius: 50%;
    
    padding: 7px;
    margin-right: 10px; 
    margin-top: -4px;
  }
  
  .logout-button {
   
    align-self: flex-start;
   
  }

  .wish-rent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 380px;
    
  }

.wish{ font-size:15px;
width:150px;

}
.finding-studio{font-size:12px;
    margin-left: 20px;
}

  .styled-paragraph {
     background-color: #DCDCDC;
    text-align:start;
    border-radius: 15px; 
    padding: 15px; 
    width: 360px;
    line-height: 1.5;
      font-size: 13px;
      margin-left: 10px;
      margin-right: 10px;
  }
  
  
  .bordered-text {
    background-color: #FFE5B4;
    border-radius: 8px; 
    padding: 7px 10px; 
    width: 290px;
    margin-left: -10px;

  }

  .page-nav
  {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    width: 360px;
      margin-left:-35px;
  
  }

 
.page-nav ul li {
    display: inline;
    padding: 20px;

    
}

.page-nav ul li a {
    text-decoration: none;
    color: #000; 
    border-bottom: 2px solid transparent; 
    
}

.page-nav ul li a.active {
    border-bottom: 4px solid #F4BB44; 
}

.content {
  display: none;
}

.content:target {
  display: block;
}

.image-container2 {
  display: flex;
  justify-content: space-around; 
  align-items: flex-start; 
  margin-left: 10px;
      margin-right: 10px;
    margin-top:10px;
}

.column {
  flex: 1; 
  display: flex;
  flex-direction: column;
  align-items: center; 
}

.image-with-text2 {
    font-family: "montserrat";
  position: relative;
  text-align: center;
  padding: 10px;
  margin-top: -10px;
}

.image-overlay2 {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.image-overlay2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.image-overlay2 img {
  width: 220px; 
  height: 280px; 
  z-index: 2;
}

.overlay-text2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 3; 
}

.overlay-text2 p {
  margin: 0;
  padding: 10px;
  color: black; 
  font-weight:normal;
}

.learn-more-btn {
    font-family: "montserrat";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: black;
  border-radius: 20px;
  background-color:#FFE5B4 ;
  font-size: 10px;
  width: 80px;
  height: 15px;
  margin-bottom: 12px;
}

.footer-nav{
    width: 370px;
    font-size: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 5px solid #FFAA33; 
    margin-top: 20px;
    padding: 15px;
    

  }
  .footer-nav a {
    text-decoration: none;
    color: grey; 
   
  }
  