* {
  box-sizing: border-box;
}

html,
body {
  font-size: 10px;
  font-family: Lexend Deca, sans-serif;
  line-height: 150%;
}

div {
  height: 100%;
}

canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.hero{
  height: 70vh;

}
.hero__content{
    display: flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  height: 100vh;
}
