.memory-game{background-color:#303030;border-radius:2rem;flex-direction:column;justify-content:center;align-items:center;width:100%;min-width:500px;margin-top:3rem;padding:0;display:flex}.memory-game .card-name{display:none}.memory-game .card-grid{flex-flow:wrap;place-content:center;align-self:center;justify-items:center;width:110%;padding:0;display:flex;transform:scale(.85)}.memory-game .card{background-color:#fff0;border:2rem;border-radius:1rem;width:14vw;height:40vh;padding:2rem}.memory-game .card img{object-fit:cover;-webkit-user-drag:none;border:2px solid #000;border-radius:1.3rem;width:15vw;min-width:15rem;height:40vh}.memory-game .win-message-div{background-color:#444;border-radius:1rem;width:15rem;height:10rem;position:absolute}.memory-game .win-message{text-align:center;margin:0;padding:1rem;font-size:large;font-weight:600;position:relative;top:2rem}.cards-prerender{display:none}@media only screen and (max-width:1400px){.memory-game .card-grid{width:100vw;transform:scale(1)}.memory-game .card img{width:15vw;height:40vh}.memory-game .card{object-fit:contain;background-color:#fff0;border:2rem;border-radius:1rem;width:30%;padding:2rem;transform:scale(.9)}}@media only screen and (max-width:564px){html{transform:scale(.6) top}.memory-game .card-grid{width:100%;transform:scale(1)!important}.memory-game .card{object-fit:contain;background-color:#fff0;border:2rem;border-radius:1rem;width:40%;padding:2rem;transform:scale(.9)}.memory-game .card img{width:10vw;height:40vh}}@media only screen and (max-width:560px){.memory-game .card{object-fit:contain;background-color:#fff0;border:2rem;border-radius:1rem;width:30%;padding:2rem;transform:scale(.7)}}@media only screen and (max-width:667px){:root{height:fit-content;max-height:fit-content}}
