.ai-joke-of-the-day {
padding: 20px;
background-color: #f5f5f5;
border: 1px solid #e0e0e0;
border-radius: 8px;
font-family: 'Roboto', sans-serif;
color: #333;
text-align: center;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
margin: 20px 0;
}
.ai-joke-of-the-day h3 {
font-size: 22px;
font-weight: bold;
color: #222;
margin-bottom: 10px;
}
.ai-joke-of-the-day p {
font-size: 18px;
color: #444;
}
.ai-joke-of-the-day em {
font-style: italic;
color: #888;
}