#content {
    display: flex;
    justify-content: center;
    margin: var(--spacing-2xl);
    gap: (var(--spacing-lg));

}