diff --git a/gameboard-medium.html b/gameboard-medium.html
index 7d94060..04d25b4 100644
--- a/gameboard-medium.html
+++ b/gameboard-medium.html
@@ -210,12 +210,6 @@ body {
place-items: center;
}
-.card {
- width: 100%;
- aspect-ratio: 4 / 3;
- perspective: 1000px;
- cursor: pointer;
-}
.play-again { background: #b700ff; color: white; }
.leaderboard { background: gold; }