html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  /* font-weight: 400; */
  /* font-size: 16px; */
  color: #828282;
  line-height: 1.7;
  background: #fff;
  margin: auto;
  position: relative;
  /* overflow: hidden; */
}

/* * {
    background-color: aqua;
} */

@media only screen and (min-width: 1030px) {
  body .home {
    line-height: 1.7;
    margin: auto;
    position: relative;
    max-height: 100%;
    width: 500px;
    background-color: #000000;
  }

  /* #root { */
  /* width: 630px; */
  /* height: 100vh; */
  /* background-color: rgb(255, 255, 255); */
  /* } */
}
