.error-message {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
}

.error-message-content {
    margin: 10px;
    padding: 20px;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: var(--radius);
    text-align: left;
    color: #721c24;
}

.error-header {
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 22px;
}
