html{color:#fff;font-family:Inter,sans-serif,system-ui;text-transform:lowercase;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh;overflow:hidden}body,#root{background:#076860 linear-gradient(-25deg,#076860,#0dcebe 70%);height:100vh;margin:0;overflow:hidden}.container{height:95%;width:calc(100% - 40px);max-width:1200px;padding:0 20px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}header{width:100%;padding:32px 0;display:flex;gap:20px;-webkit-user-select:none;user-select:none}header img{height:56px;width:56px}header div{font-size:40px;font-weight:800;text-shadow:0px 1px 4px rgba(0,0,0,.25)}main{width:90%;max-width:800px;min-height:300px;text-align:center;display:flex;flex:1;flex-direction:column;justify-content:center;gap:32px}main .text{font-size:28px;font-weight:500}.buttons{display:flex;flex-direction:column;justify-self:center;align-items:center;gap:32px;min-height:200px}button{border:none;background:none;border-radius:100px;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:600;display:flex;align-items:center;justify-content:center;transition:.2s ease}.buttons .new{background:#fff3;height:75px;width:280px;color:#fff;font-size:24px}.buttons .new:active{background:#ffffff26}.buttons .previous{color:#fff9;font-size:20px}.buttons .previous:active{color:#ffffffe6}@media(max-width:768px){header{padding:24px;gap:20px}header img{height:40px;width:40px}header div{font-size:28px}.content hr{width:300px}}#root{max-width:1280px;margin:0 auto;text-align:center}
