body {
     font-family: 'Montserrat', sans-serif;
    font-weight: 400;
   width:414px;
    height: 100vh;
    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: 440px; 
    margin-top:30px;
}

.user {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.user-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
    margin-left:-50px;
    margin-top:30px;
  
}
.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: 30px;
  }
  
  .row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
    margin-left:-10px;
  }
  
.username{
     font-weight: 700;
}
  .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: 15px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    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: 360px;
    margin-top: 10px;
  }

  .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;
   
  }


  
  .bordered-text {
    background-color: #FFDead;
    border-radius: 8px; 
    padding: 7px 10px; 
    width: 230px;
    margin-left: 10px;

  }

  .page-nav
  {
    width: 480px;
    display: flex;
    justify-content: space-between;
      align-content: center;
      margin-left: 15px;
      font-size:14px;
  
  
  }

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

    
}

.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: 10px 0; 
}

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

.image-with-text2 {
  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 {
    margin-top: 10px;
  width: 180px; 
  height: 220px; 
  z-index: 1;
}

.overlay-text2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 3; 
     font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

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

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


     .footer-nav {
    margin-top: 50px;
         margin-left:40px;
         margin-right:40px;
    width: 370px;
    height: 50px;
    font-size: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 5px solid #FFAA33;
    padding-top: 5px;

}
.footer-nav a {
  text-decoration: none;
  color:grey; 
 
}
.back-button {   
color: black;
}
.wish{
    
    font-size:15px;
    width: 150px;
    margin-right:-50px;
    
}

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