.error-msg {
    background-color: #ff0000; /* Red background color */
    color: #ffffff; /* White text color */
    padding: 10px; /* Padding around the message */
    border-radius: 5px; /* Rounded corners */ 
    margin-top: 10px; 
    margin-bottom: 0;
}

#unique-message {
    background-color: #173f17;
    color: #ffffff; 
    padding: 10px; 
    border-radius: 5px; 
    margin-top: 10px;
    margin-bottom: 0;
}