.announcement { /* Gray background */
    color: white; /* White text */ /* Add padding for better spacing */
    text-align: center; /* Center align text */
}

/* Styling for the emoji */
.emoji {
    font-size: 24px; /* Adjust the font size as needed */
}