/* Overrides for Geometry Game */
:root {
    --primary: #ec4899; /* Pink */
    --secondary: #3b82f6;
    --bg-gradient: linear-gradient(135deg, #fce7f3, #fbcfe8, #f9a8d4);
}

.shape-container {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.1));
}

.text-option {
    font-size: 1.5rem !important;
}
