.main-text {
    width: 100%;
    background-color: #e6e6e6;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
    font-size: 2vw;
    line-height: 2.5;
}

.text-justify {
    padding-left: 150px;
    padding-right: 150px;
}

.apartament-label {
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 12;
}

.apartament-value {
    font-weight: 500;
    font-size: 30px;
}

.navbar-bg-image {
    position: relative;
    min-height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-outline-light-green {
    /* background-color: rgb(147, 173, 146); */
    --bs-btn-color: var(--bs-white);
    
}

.building-label {
    text-align: center;
}

.building-select {
    width: 150px;
    height: 50px;
    margin: 5px;
    font-size: 15px;
    border: none;
    background-color: black;
    color: white;
}

