.footer {
    background-color: #111;
    color: white;
    padding: 40px 0;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer p {
    color: white;
    font-size: 1.0937rem;
    font-weight: 400;
}

.footer .social-icons a {
    display: inline-block;
    margin: 0;
    margin-right: 15px;
    font-size: 24px;
}

.footer-bottom {
    border-top: 1px solid #444;
    margin-top: 20px;
    padding-top: 10px;
}

.footer .logo {
    width: 170px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.footer .footer-title {
    color: white;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}
