/* styles.css */

/* Enable smooth scrolling */
html {
    scroll-behavior: smooth;
  }
  
  /* Additional styles */
  body {
    font-family: Arial, sans-serif;
  }

  .mn:hover{
    background-color: #ffba5f;
  }

  #mobile-menu{
    background-color: rgba(0, 0, 0, 0.37);
  }