.footer-button {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.x-button {
    background-color: #000000;
    color: #ffffff;
}

.dark .x-button {
    background-color: #1a1a1a;
}

.x-button:hover {
    background-color: #1a1a1f;
}

.x-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
}
