@charset "UTF-8";
/* CSS Document */
html,
body {
  font-family: sans-serif;
  background: linear-gradient(180deg, #ffffff 0%, #e1e1e1 80%, #ffffff 100%);
  width: 100%;
  /* height: 100%; */
  scroll-behavior: smooth;
}