body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background-color: #222;

    /* background-image: url("imagen3d rectangular.png"); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; /* ajusta sin recortar ni ampliar en exceso */
}
