header{
    background-color: #A17554 !important;
    
}

.form-color{
    background-color: #A17554 !important;
}

h1{
    color: #DEB08E !important;
}

button{
    opacity: 100 !important;
    color: #DEB08E !important;
    background-color: black !important;
    border-color: white !important;
}

button:hover{
    color: #A17554 !important;
    background-color: white !important;
    border-color: black !important;
    transition: 1s;
}

.button-remove{
    color: black !important;
    background-color: red !important;
    position: absolute !important;
    padding-bottom: 5px;
    top: -10px !important;
    right: -10px !important;
    color: white !important;
    border: 2px solid black !important;
    border-radius: 50% !important;
    width: 25px !important;
    height: 25px !important;
    text-align: center !important;
    line-height: 0px !important;
    cursor: pointer !important;
    font-weight: bold !important;
}

.button-remove:hover{
    color: black !important;
    padding-bottom: 5px;
    background-color: red !important;
    position: absolute !important;
    top: -10px !important;
    right: -10px !important;
    color: white !important;
    border: 2px solid black !important;
    border-radius: 50% !important;
    width: 25px !important;
    height: 25px !important;
    text-align: center !important;
    line-height: 0px !important;
    cursor: pointer !important;
    font-weight: bold !important;
}

a{
    text-decoration: none !important;
    color: #DEB08E !important;
}

.form-services-id{
    color: red;
}

.homepage-div{
    background-image: url(/static/images/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}