.App{height:95vh;display:flex;justify-content:space-around;align-items:center}.Loading{-webkit-animation:spin 4s linear infinite;animation:spin 4s linear infinite}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.gear{width:15rem;height:15rem}footer{width:80%;position:fixed;left:10%;bottom:2rem;text-align:center}footer a{text-decoration:none;color:#000;font-weight:700}@media (max-width:600px){.App{height:85vh;margin:0 2rem;flex-direction:column;justify-content:center}.gear{width:10rem;height:10rem}.text{margin-top:2rem;text-align:center}.text h1{font-size:x-large}.text h2{font-size:large}}
/*# sourceMappingURL=main.506365d9.chunk.css.map */