
.bg-cards{
    background-color: rgba(39, 38, 39, 0.26);
}

.card-header{
    background-color: rgba(15, 255, 35, 0.925);
    font-weight: 600;
}
.occupied{
    background-color: rgba(255, 23, 15, 0.925);
}


.house-cards{
    width: 25vh;
    margin:10px;
}

.house-info-label{
    font-style: italic;
}
.house-info-value{
    font-size:1.1rem;
}

.bg-gradient-1 {
    background: #10101a;

}
.rounded {
    border-radius: 1rem !important;
}
.nav-item {
    border:unset !important;
}
