

body {
    font-family: 'Nunito';
}

.status-message {
    text-align: center;
    background-color: #28a745; /* Green background */
    color: white; /* White text */
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.2em;
}

