header{
    background-color: #313131;
}

a{
    text-decoration: none !important;
    color: #fff !important;
}

.btn-grey{
    background-color: #313131;
    color: #fff;
}

.text-header{
    color: #2b2320;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
}

.font-bold{
    font-weight: 700;
}

.text-xl{
    font-size: 20px;
}

.footer{
    background-color: #4B5563;
}

@media (min-width: 768px) { 
    .div-body{
        max-width: 40rem;
    }
 }