body,
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

svg {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}

section {
  margin-top: 100vh;
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: white;
}

h1 {
  width: 20%;
  font-size: 60px;
  font-family: Helvetica, Verdana, sans-serif;
  color: black;
  background-color: white;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
