*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#023047;font-family:Montserrat,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#219ebc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#023047}::selection{background-color:#8ecae6;color:#023047}a{color:#219ebc;text-decoration:none;transition:color .15s ease-in-out}a:hover{color:#023047}button{border:none;cursor:pointer}button,input,select,textarea{font-family:inherit;outline:none}img{height:auto;max-width:100%}.App{display:flex;flex-direction:column;min-height:100vh}.loading-spinner{animation:spin 1s ease-in-out infinite;border:3px solid #8ecae64d;border-radius:50%;border-top-color:#219ebc;display:inline-block;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){body{font-size:14px}.App{padding:0}}
/*# sourceMappingURL=main.2a7385e5.css.map*/