html,body{max-width:100vw;overflow-x:hidden}body{margin:0;font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f6e7}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}#root{width:100%;height:100vh}.page{display:flex;justify-content:center;align-items:center;width:100%;height:100vh}.main{display:flex;flex-direction:column;gap:50px;justify-content:center;align-items:center;width:100%;height:100%}.main p{max-width:500px}.main p a{color:purple;font-weight:600}.logoContainer{transition:transform .5s ease-out}.spinningLogo{animation:spin 2s linear infinite;width:197px;height:53px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
