a {
    text-decoration: none;
	outline:none !important;
}
body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial;
    color: #071422;
   
    scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}

