@import"https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@200&display=swap";html{background:#fefbf8;height:100vh}body{font-family:Libre Franklin,sans-serif}.game-ui-pre-selectors{display:flex;justify-content:center;transform:translateY(10%)}.game-ui-post-selector{display:flex;justify-content:center;margin-top:100px}.button-replace{height:40px;width:120px;border-radius:3px;text-transform:none;line-height:1em;letter-spacing:.05em;font-size:1rem;color:#fff;background-color:#ff715e;border:none;cursor:pointer;transition:.5s;font-weight:700}.button-skip{height:40px;width:120px;border-radius:3px;text-transform:none;line-height:1em;letter-spacing:.05em;font-size:1rem;color:#ff715e;background-color:#fff;border:none;cursor:pointer;transition:.5s;font-weight:700}.button-navigation{height:30px;width:80px;border-radius:3px;text-transform:none;line-height:1em;letter-spacing:.05em;font-size:.6rem;color:#ff715e;background-color:#fff;border:none;cursor:pointer;transition:.5s;border:1px solid #f8746b}.button-navigation:disabled{color:#fff;background-color:#6e6e68;opacity:1;cursor:not-allowed;border:none}.button-skip:disabled{color:#fff;background-color:#6e6e68;opacity:1;cursor:not-allowed}.button-replace:disabled{color:#fff;background-color:#6e6e68;opacity:1;cursor:not-allowed}.card{position:relative;cursor:pointer;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-left:10px;margin-right:10px;-webkit-perspective:1000;perspective:1000;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.card-front-mobile{position:relative;max-width:100%;height:auto;transition:transform .6s cubic-bezier(.4,0,.2,1);backface-visibility:hidden}.card-back-mobile{position:absolute;max-width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);backface-visibility:hidden}.card-front-mobile>img,.card-back-mobile>img{border-radius:20px;width:100%;height:auto}.card-back-mobile,.card:hover .card-front-mobile{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.card:hover .card-back-mobile{-webkit-transform:rotateY(0deg);transform:rotateY(0)}.image-description{display:flex;align-items:center;justify-content:center;background:#dcf0ea;width:100%;height:100%;border-radius:20px;opacity:.9;text-align:center;overflow:hidden;word-wrap:break-word}.image-description>p{padding:10px}.game-options{display:flex;align-items:center;justify-content:space-between;margin-left:30px;margin-right:30px}.remaining-images{width:250px;background-color:#ff715e;border-radius:3px;padding:13px 15px}.remaining-images>span{text-align:center;color:#fff;font-size:20px;font-weight:600}.remaining-images-mobile{width:170px;background-color:#ff715e;border-radius:3px;padding:13px 15px}.remaining-images-mobile>span{text-align:center;color:#fff;font-size:14px;font-weight:500}.reset{font-weight:600;display:flex;align-items:center;font-size:24px;background-color:#fff;padding:8px 10px;border-radius:3px;cursor:pointer}.reset-mobile{font-weight:600;display:flex;align-items:center;font-size:20px;background-color:#fff;padding:8px 10px;border-radius:3px;cursor:pointer}.game-instructions{background:#a8d4c9;padding:15px;border-radius:3px;color:#fff;font-size:20px;font-weight:500}.card>.card-overlay{position:absolute;width:100%;height:100%;background-color:#e5e5e5;opacity:.7;z-index:1000;text-align:center;border-radius:20px}.card .card-overlay>p{opacity:1;font-size:16px;font-weight:600;color:#ff715e}.d-none{display:none}.d-block{display:block}.d-flex{display:flex}.align-items-center{align-items:center}.justify-content-between{justify-content:space-between}
