body,html{margin:0;padding:0;background-color:#000;font-family:Poppins,sans-serif}#root{display:flex;flex-direction:column;min-height:100vh}.mainSection{flex-grow:1}.dots{width:7.5em;display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}.dots div{width:1em;height:1em;border-radius:50%;margin:20;animation:fade .8s ease-in-out alternate infinite}.dots div:nth-of-type(1){animation-delay:-.4s}.dots div:nth-of-type(2){animation-delay:-.2s}@keyframes fade{0%{opacity:1}to{opacity:0}}
