@charset "UTF-8";
html, body {
    width: 100%;
    height: 100%;
    overflow-x:hidden
}
.Error {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    justify-content: center;
    align-items: center;
    height: 100% !important;
    width: 100% !important;
}
/*.Error .Outline{
    height:200px;
    width:500px;*/
    /*border:solid 2px orange;*/
    /*background-color:rgba(213, 213, 213,0.4);
    border-radius:20rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:20px;
}*/
.Error .Outline{
    height:50%;
    width:100%;
    min-width:300px;
    max-width:550px;
    min-height:200px;
    max-height:400px;
    border:solid 5px orange;
    /*background-color:rgba(213, 213, 213,0.4);*/
    background-color:rgba(213, 213, 213,0.4);
    border-radius:0.25rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:20px;
}
.Error .Outline img {
    width:80%;
}
.Error .Outline h3 {
    border-bottom:solid 2px #D5D5D5;
    font-weight:900;
}

