:host {
    visibility: visible;
}
div.alert {
    display: block;
    width: 100%;
    border-radius: 0.25rem;
    background-color: rgb(254 249 195);
    padding: 0.5rem;
}

div.alert-info {
    color: rgb(29 78 216);
}
div.alert-error {
    color: rgb(185 28 28);
}
