:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;color:#fff;background-color:#1fa49f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}body,html,#root{margin:0;min-width:320px;height:100%}h1{font-size:4rem;font-weight:900;color:#fffc}button{cursor:pointer;outline:none}.content{height:90%;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.fact-container{background:#0003;width:90%;padding:1rem;border-radius:12px;font-size:2rem;font-weight:500}.btn{background:#f59c04;padding:1rem 3rem;border-radius:5px;display:inline-block;position:relative;top:0;font-size:1rem;font-weight:800;color:#5b3417;cursor:pointer;transition:all .2s;box-shadow:0 7px #a56c0a;-webkit-user-select:none;-ms-user-select:none;user-select:none}.btn:hover{background:#f09903;top:2px;box-shadow:0 5px #a56c0a}.btn:active{top:5px;box-shadow:0 2px #a56c0a}@media(max-width:768px){.fact-container{width:80%}h1{font-size:3rem}}@media(max-width:450px){h1{font-size:2rem}}#root{max-width:1280px;margin:0 auto;text-align:center}
