footer {
    background-color: #000000; /* Màu đen như trong ảnh */
    color: #ffffff; /* Màu chữ trắng */
    text-align: center;
    padding: 20px 0;
    font-family: Arial, sans-serif;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo1 {
    margin-bottom: 10px;
}

.footer-logo {
    height: 40px; /* Điều chỉnh kích thước logo theo ý muốn */
    width: auto;
}

.links a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 5px;
    font-size: 14px;
}

.links a:hover {
    text-decoration: underline;
}

.copyright {
    font-size: 12px;
    margin-top: 10px;
}