.header-logo {
    height: 52px;
    width: 52px;
    object-fit: contain;
    vertical-align: middle;
    margin-right: 6px;
    border-radius: 4px;
}

footer {
    padding: 24px;
    text-align: center;
    font-size: 13px;
    display: flex;
    gap: 16px;
    justify-content: center;
}

footer a {
    color: #666;
    text-decoration: none;
}

footer a:hover {
    color: #e94560;
}
