#contError{
    height: 100vh;
    width: 100vw;
    background: url("backPage.png") no-repeat 50% 50%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

#contError>div{
    font-size: 2rem;
    font-weight: bold;
}

#contError>div>a{

}

#lgBrilla{
    position: absolute;
    width: 20vw;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

#lgBrilla img{
    width: 100%;
    height: auto;
}
