@keyframes move-gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}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;background:linear-gradient(-45deg,#fff,#fff,#dfdfdf,#fff);background-size:400%;animation:move-gradient 20s ease infinite;min-height:100vh}@media (prefers-reduced-motion: reduce){body{animation:none;background:#f7f7f7}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*,:after,:before{box-sizing:inherit}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;box-sizing:border-box;font-size:16px;-webkit-tap-highlight-color:transparent}body{margin:0;font-family:Roboto,sans-serif;line-height:1.5;background-color:#fff}p{orphans:3;widows:3;margin-top:0;margin-bottom:1rem}hr{box-sizing:content-box;height:0;margin:1rem 0;border:0;border-top:1px solid rgba(0,0,0,.1)}.lds-dual-ring{display:inline;width:40px}.lds-dual-ring:after{content:" ";display:block;width:24px;height:24px;margin:2px;border-radius:50%;border:2px solid #fff;border-color:#fff transparent #fff transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
