.primary-dark{
    background-color: #8B5A2B !important;
}
.primary-light{
    background-color: #ffe8c9 !important;

}
.text-primary{
    color: #ffe8c9 !important;
}
.text-dark{
    color: #8B5A2B !important;
}
footer {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color: #ffe8c9 !important;
}

main {
    flex: 1 0 auto;
}

.brand-logo {
  display: flex !important;
  align-items: center;
}

.brand-logo img {
  margin-right: 15px;
}

.btn{
    margin: 5px;
}