.large-notification {
    font-size: 2.5rem !important;       /* Adjusted size for readability */
    padding: 20px 30px !important;      /* Reduced padding */
    font-weight: bold !important;       /* Bold text */
    background-color: rgb(74, 207, 236) !important;  /* Light blue background */
    color: rgb(128, 0, 0) !important;  /* Red text */
    text-align: center !important;      /* Centered text */
    border-radius: 8px !important;     /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  /* Optional shadow for aesthetics */
    max-width: 300px !important;       /* Limit the width */
    width: 100% !important;            /* Full width but max width set to 300px */
    margin: 0 auto !important;         /* Center it horizontally */
    word-wrap: break-word !important;  /* Ensure long text doesn't overflow */
}
