body {
    font-family: 'Arial', sans-serif;
    background-color: #f5f5f5; /* Light grey background */
    margin: 0;
    padding: 20px;
}

.statutory-message {
    background-color: #ffffff; /* White background for the message */
    border: 2px solid #007BFF; /* Blue border */
    padding: 20px;
    margin: 20px auto;
    width: 80%;
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    text-align: center; /* Center align text */
    line-height: 1.6; /* Spacing between lines */
}

.statutory-message p {
    color: #333333; /* Dark grey text for readability */
    font-size: 16px; /* Adequate font size */
    margin: 0; /* Remove default margin */
}
