﻿
.body-bacheca{
    display:block;
}

#image404 {
    height: 90vh;
    display: block;
    position: relative;
    margin: auto;
    max-width: 100vw;
}

#msg404 {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    text-align: center;
    z-index: 1;
    display: block;
    color: #d81a3a;
    font-weight: 700;
    background-color: white;
}
#msg404 h1 {
    font-size: 5.2rem;
    margin-bottom:0;
}