@media (min-width: 1px) 
{
    .navbar .div-navbar-container .div-button
    {
        display: none;
    }
}

.body-container
{
    color: white;
}

.body-container .col
{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 3rem 0 0 0;
}
@media (min-width: 768px)
{
    .body-container .col
    {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
}

#icon-error svg
{
    width: 128px;
    height: 128px;
}
@media (min-width: 768px)
{
    #icon-error svg
    {
        width: 192px;
        height: 192px;
        margin: 0px 20px 0px 0px;
    }
}

#text-error
{
    font-size: 2rem;
    text-align: center;
}
