.content-hidden {
    display: none;
}

.content-visible {
    display: block;
    /* Optional: Add smooth transitions or other styles */
    transition: all 0.3s ease-in-out;
}


html{
  scroll-behavior: smooth;
}

