body{
    background-image: linear-gradient(180deg, #CABA9C 0%, #8A6240 100%);
}

.btn-primary {
    color: #FFFEFE;
    background-color: #932513;
    border-color: #932513;
}

.text-primary{
    color: #932513 !important;;
}

a {
    color: #932513;
    text-decoration: none;
}

.form-control{
    background: #fff;
}

.text-danger{
    color: #4D2D18 !important;
}

.carousel-indicators [data-bs-target]{
    background-color: #4D2D18;
}

.carousel-indicators .active{
    background-color: #932513;
}