.testPostCard { width: 100%; height: 180px; border-radius: 10px; display: flex; justify-content: center; align-items: center; font-size: 3rem; font-weight: bold; color: white; user-select: none; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); } .testPostNumber { pointer-events: none; }