@import url(https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap);*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;position:relative;background-color:#000}body{scroll-behavior:smooth;text-rendering:optimizeSpeed}#app{font-family:Indie Flower,cursive;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#000;display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%}.home{padding:32px 16px}.home h1{font-size:48px;line-height:64px;background:linear-gradient(90deg,#4d4d4d 0,#fff 10%,#4d4d4d 20%) 0;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-animation:shine 3s linear infinite;animation:shine 3s linear infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-text-size-adjust:none;text-decoration:none}@-webkit-keyframes shine{0%{background-position:0}to{background-position:490px}}@keyframes shine{0%{background-position:0}to{background-position:490px}}