body{overflow:hidden}.nav{display:flex;flex-direction:row;font-family:"Share Tech Mono",monospace}.nav,.overall-count{border-radius:1em;padding:.5em}.overall-count{background-color:#323232;color:#fff;margin:.3em;font-size:1.2rem}#cases{background-color:#fe346e}#recovered{background-color:#1eb2a6}#active{background-color:#9370db}.num-div{justify-content:center}.active,.num-div{display:flex;flex-direction:column;align-items:center}.increase-stat{display:flex;flex-direction:row;align-items:center;justify-content:center}.confirmed{color:#fe346e}.recovered{color:#1eb2a6}.deaths{color:#323232}.regional-stats{min-width:70%;margin:0 1rem}.app{width:100%;height:100vh;overflow:hidden}#app-title{font-family:"Share Tech Mono",monospace;font-size:.8rem;margin-top:1.5rem}.container{width:100%;height:100%;overflow-y:scroll;scroll-behavior:smooth;-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}section{justify-content:space-evenly;width:100%;scroll-snap-align:center}.nav-container,section{display:flex;flex-direction:column;align-items:center;height:100vh}.nav-container{justify-content:center}#logo{margin-right:1em;-webkit-animation-name:floating;animation-name:floating;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes floating{0%{transform:translate(0)}65%{transform:translateY(15px)}to{transform:translate(0)}}@keyframes floating{0%{transform:translate(0)}65%{transform:translateY(15px)}to{transform:translate(0)}}.chart-container{position:relative;margin:2rem;height:80vh;width:80vw;display:flex;justify-content:center}.pie-chart-container{margin-bottom:1rem;height:50vh}a{font-size:small;text-decoration:none;padding:.5em;border-radius:5px;color:#fff;border:1px solid #000;background-color:#000;font-family:"Share Tech Mono",monospace}a:hover{background-color:#fff;color:#000;cursor:pointer}#data-source{top:.5rem;font-size:small}#data-source,#last-updated{position:absolute;right:3rem;font-family:"Share Tech Mono",monospace}#last-updated{top:1.5rem;font-size:.6em}#developer{position:absolute;top:.5rem;left:.5rem;font-size:1rem;text-decoration:none;padding:.5em;background-color:#fff;color:#000;border:none;font-style:italic;font-family:"Share Tech Mono",monospace}.spinner-container{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.spinner{width:80px;height:80px;margin:100px auto;background-color:#333;border-radius:100%;-webkit-animation:sk-scaleout 1s ease-in-out infinite;animation:sk-scaleout 1s ease-in-out infinite}@-webkit-keyframes sk-scaleout{0%{-webkit-transform:scale(0)}to{-webkit-transform:scale(1);opacity:0}}@keyframes sk-scaleout{0%{transform:scale(0)}to{transform:scale(1);opacity:0}}.updates{width:70vw;height:70vh;overflow-y:scroll;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:"Share Tech Mono",monospace}@media only screen and (max-width:900px){.container{display:block}#logo{height:50px;width:auto}#data-source{right:1rem;font-size:.5rem}#last-updated{right:1rem;font-size:.4em}#developer{font-size:.5rem}}@media only screen and (max-width:760px){.nav p{font-size:.6em}}
/*# sourceMappingURL=main.3ce645da.chunk.css.map */