body {
    /*background: #d0cece;*/
}

a{
    color: slategray !important;
}

.btn-primary
{
    background-color: darkslategray !important;
    border-color: lightslategray !important;
    color:white !important;
}

.btn-primary:hover,
.btn-outline-primary:hover
{
    background-color: slategray !important;
    border-color: slategray !important;
    color:white !important;
}

.btn-outline-primary,
.btn-outline-primary
{
    border-color: lightslategray !important;
    color:slategray !important;
}
