


body {
    background-color: rgb(236, 69, 69);
    font-family: sans-serif;
    height: 100vh;
    margin: 0;
    overflow: hidden;
}




.botonAtraz {
    display: none;
}

.botonAdelante {
    display: none;
}



.encuadre {
    background-color: rgb(27, 147, 117);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.fotografia {
    background-color:rgb(154, 69, 69);
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;

} 

img {
  
   
    outline: 3px solid #fff;
    outline-offset: -10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    display: fullscreen;
    
}





  @media (max-width: 414px) {

    


  }
