
@import url('../../main.css');

main#syserror 
{

    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

}

section#syserror_center 
{

    padding: 25px;
    width: 500px;
    background-color: var(--s-background);

}

section#syserror_center p 
{

    padding: 22px 25px;
    background-color: rgba(175, 24, 32, 0.1);
    border-radius: 10px;
    color: var(--failure);
    font-size: 10pt;
    opacity: 0.6;
    text-align: justify;

}

@media screen and (max-width: 650px) 
{

    section#syserror_center { width: 100%; }
    
}