body{margin:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-selection-bg:#a4e8a3}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#333}.App-icon{font-size:8rem}.App-link{color:#61dafb}@keyframes App-logo-spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}h1{color:#000;background:linear-gradient(to right,#000 0,#cc09bd 20%,#1821b9 40%,#04fefe 60%,#2025bf 80%,#f90064 100%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-animation:hue 30s infinite linear;background-repeat:no-repeat;background-position:top center}h2{font-weight:300;font-size:2rem}p{font-weight:300;font-size:1.5rem}@keyframes hue{from{-webkit-filter:hue-rotate(0)}to{-webkit-filter:hue-rotate(-360deg)}}@keyframes shine{to{background-position:200% center}}