body {
  width: 100vw;
  height: fit-content;
  margin: 0;
  padding: 0px;
  font-family: 'Lexend', sans-serif;
  background-color: rgb(255, 255, 255);
}
svg {
  position: absolute;
  bottom: 0px;
}
h1 {
  text-align: center;
  top: 30vh;
  position: relative;
}