@import "styles-header.css";
body {
  display: none;
  height: 100%;
  font-family: "SF Pro", sans-serif;
  background-color: #e1f1fd60;
  color: #2a3a42;
  overflow-x: hidden;
  flex-direction: column;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  min-height: 100vh;
}
