#contenedor-imagen{
    display: flex;
    justify-content: center;
}
#img-sitio{
    width: 900px;
    margin-top: -2rem;
}

/* Media por si tiene de ancho menos de 900 px -*/
@media only screen and (max-width: 900px) {
    #img-sitio{
        width: 100%;
        margin-top: -2rem;
    }
}
