.instruccion
{
    width: 100%;
    height: 100vh;
    position: relative;
}
.img
{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}
img{
    width: 100%;
    height: 100%;
}