body {
    padding-bottom: 60px;
}

.backgroundimg {
    background-size: cover;
    min-height: 100vh;
    position: relative;  
    color: white;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);  
}

.color-overlay {
    position: absolute;
    width: 100%;
    height: 80%;
    background-color: rgba(0, 0, 0, 0.2);
}

.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.form {
    background-color: rgba(247, 243, 243, 0.2);
}

.form-control {
    border-color: #0d6efd;
}

.form-select {
    border-color: #0d6efd;
}

.active {
    background-color: #e4e4e4;    
}

.ratingStars {
    color: gold;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
}

