/* PortaLink - style.css */
/* Custom styles for PortaLink website */

body {
  overflow-y: auto !important;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}
