footer {
    background-color: black;
    color: white;
    padding: 50px 0;
}
.footer-logo {
    display: flex;
    align-items: center;
}
.footer-logo img {
    height: 50px;
    margin-right: 10px;
}
.footer-logo-text {
    font-size: 1rem;
    color: #999;
}
.footer-links a {
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}
.footer-links a:hover {
    color: #dc3545;
}
.social-icons a {
    color: white;
    margin-right: 15px;
    font-size: 1.5rem;
}
.footer-bottom {
    background-color: red;
    color: white;
    text-align: center;
    padding: 10px 0;
}