body{
    background-image: url("../../imgs/ha-noi-melody-residences-cover.jpg"); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
    min-height: 100vh;
    position: relative;
    font-family: 'Asap';
}

.container{
    position: absolute;
    top: 50%;
    left: 35%;
    width: 550px;
    padding: 20px;
    transform: translate(-50%, -50%); 
    background-color: rgba(255, 255, 255, 0.7);
    color: #3f3424;
    text-align: left;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.title{
    text-align: left; 
    color: #cf5351;
}

.btn{
    background-color: #cf5351;
    color: white;
    border: none; 
    font-size: 20px;
    padding: 12px 20px;
    font-weight: bold;
    position: absolute;
    bottom: -20px;
    right: 20px;
}

.location{ 
    font-size: 18px;  
}