﻿.error-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 550px;
    height: 220px;
}

.SystemError {
    flex: 1 1 auto;
    /* position: absolute;
            top: 20px;
            bottom: 50px;*/
    overflow: auto;
    /*  right: 0;
            left: 0;*/
    background-color: var(--bs-primary);
    color: White;
}

.Message {
    display: inline;
    font-weight: bold;
    width: 550px;
}

.Buttons {
    /* position: absolute;
            top: 180px;
            width: 550px;*/
    text-align: center;
    margin: 10px;
}
.h220{
    height: 220px;
}