        #universalMessage {
            padding: 10px;
            margin: 20px 0;
            display: none;
            text-align: center;
            border-radius: 5px;
            font-weight: bold;
        }
        .success {
            background-color: #d4edda;
            color: #155724;
        }
        .error {
            background-color: #f8d7da;
            color: #721c24;
        }