/* CSS Document */
.custom-footer {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    background-color: #f1f1f1;
}

.footer-box {
    flex: 1;
    margin: 10px;
}

.logo {
    margin-bottom: 10px;
}

.copyright {
    font-size: 14px;
    color: #333;
}

