.cardContainer{justify-content:center;display:flex}.card{perspective:1000px;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;width:90%;max-width:400px;height:250px}.cardFlipping{cursor:default}.cardInner{width:100%;height:100%;transform-style:preserve-3d;position:relative}.cardFront,.cardBack{backface-visibility:hidden;background-position:50%;background-size:cover;border:2px solid #000;border-radius:20px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;overflow:hidden}.cardBack{transform:rotateY(180deg)}.cardContent,.cardFooter{color:#fff;text-shadow:2px 2px 4px #000;background-color:#000000bf;border-radius:1rem;padding:.5rem;font-weight:700}.cardContent{text-align:left;overflow-wrap:break-word;width:95%;max-width:fit-content}.cardFooter{text-align:center;position:absolute;bottom:0;right:0}.testQuestion{justify-content:space-between;align-items:center;gap:8px;display:flex}.testQuestion p{font-size:1.25rem}
