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-semicircle {
    width: 400px; 
    height: 50px; 
    background-color: #FFDEAD; 
    border-bottom-left-radius: 150px; 
    border-bottom-right-radius: 150px; 
    margin-bottom:-15px;
    text-align: center;
    padding-top: 10px; 
    
  }
p.head-text {
       font-family: 'Montserrat', sans-serif;
    font-weight: 700;
      font-size:20px;
}
  .header-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 40px; 
}

.back-button {
    text-decoration: none;
    color: black;
    margin-right: 10px;
}

.building-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-top: -50px;
    margin-bottom: 20px
}

.building-info {
    margin-left:40px;
    display: flex;
    align-items: center;
}

.building-image img {
    width: 200px; 
    height: auto; 
    margin-right: 20px; 
}

.text-info {
    flex-grow: 1; 
     width:70px;
}

.text-info p{
    background-color:#FFDEAD ;
    border-radius: 20px;
    padding: 3px;
    font-size: 10px;
    text-align: center;
    width:100px;
}
.text-info h3{
 font-weight:400;
    width:150px;
    font-size:18px;
    
}



.price-info img {
   width:50px;
    height: auto; 
}

.price-info p {
    margin-top: 60px;
    font-weight:400;
    font-size:13px;
    
}

.price-info p span {
    display: block; 
    margin:-10px;
    margin-bottom:-5px;
    font-size:13px;
     
}


.price-info {
    display: flex;
    flex-direction: column;
    align-items: center;
     margin-right:30px;
    
}



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

.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: 95px;
    padding: 15px;
    

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