body {
    background-color: red;
}

.navbar {
    background-color: red;
}

.logo {
    color: white;
    font-size: 30px;
}

.footer {
    background-color: red;
    color: #f8f9fa;
    font-size: 14px;
}

.footer h5,
.footer h6 {
    font-weight: 600;
}

.footer p {
    color: #ced4da;
}

.footer-link {
    color: #adb5bd;
    text-decoration: none;
}

.footer-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-bottom {
    background-color: #1a1e21;
    color: #adb5bd;
}
