/* Custom styles to enhance 3D effect and blue theme */
body {
    font-family: Arial, sans-serif;
}

.shadow-text {
    text-shadow: 2px 2px 4px rgba(0, 0, 100, 0.3);
}

input[type="radio"] {
    accent-color: #2563eb; /* Blue radio buttons */
}

input[type="radio"]:checked + span {
    font-weight: 600;
    color: #1e40af; /* Darker blue for selected option */
}