*{font-family:Arial, Helvetica, sans-serif;
  margin: 0;
  border: 0;
  padding: 0;}
body {
  width: 100%;
  height: 100%;
  display: grid;
  grid: 100vh/1fr;
  place-items: center;
}

h1 {
  font-weight: 700;
  line-height: 107px;
  letter-spacing: 6px;
  color: #fff4;
  text-shadow: 0 0 5px #fff;
  mix-blend-mode: overlay;
  text-align:center;
  font-size: 130px;
  margin-bottom: 0px;
  margin-top: 0px;
}
h2{
  font-weight: 700;
  letter-spacing: 6px;
  color: #fff4;
  text-shadow: 0 0 5px #fff;
  mix-blend-mode: overlay;
  text-align: center;
  font-size: 27px;
}
svg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}