.error_div {
    background: #dccac8;
    height: 100vh;
    display: flex;
    align-items: center;
    font-family: system-ui;
}
.card-header {
    text-transform: initial;
    background: #eb5d57;
    color: white;
    font-size: 17px;
}
#error_icon {
    font-size: 32px;
    color: #eb5d57;
}
.btn_continue {
    background: #eb5d57;
}
.font_gainsboro {
    color: #5c5c5c;
}