.errors {
    background: var(--warning-bg);
    border: 2px solid var(--warning-border);
    border-radius: 5px;
    padding: 1.5rem;
}
