/* Prevent scroll down */
html {
  scroll-behavior: auto !important;
}
/* header menu */
.navbar .menu ul li a {
  text-transform: uppercase;
}
