body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: #000;
  color: #ffffff;
  font-family: 'Lato', Arial, sans-serif;
  overflow: hidden;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
.name {
  user-select: none;
  font-size: 5rem;
  font-weight: 900;
  color: transparent;
  background: linear-gradient(90deg, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.65) 40%, rgba(255,255,255,0.65) 60%, rgba(255,255,255,0.35) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-width: 420px;
  padding: 0.7em 3em;
  text-align: center;
}
footer {
  position: fixed;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: darkgray;
  font-size: 1rem;
}
#flow-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: -1;
  pointer-events: none;

}
