#instrucciones{text-align:center;margin:2%;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow-y:scroll;height:100%}#instrucciones-logo{object-fit:contain;display:block;position:relative;top:0}.instrucciones-text{text-align:justify}#instrucciones-body{padding:0 4%}#btnComenzar{display:flex;flex-direction:row;justify-content:center;object-fit:contain}#btnComenzarLink{background-position:50%;transition:all .2s ease-out;color:#000;font-weight:900;font-size:1.7rem;border:4px solid #000;margin:1%;padding:1rem;text-decoration:none}#btnComenzarLink:hover{background:#000000f5;color:#fff;border:4px solid #161616;transform:translateY(-5px)}#btnComenzarLink:active{color:#000;background-color:#00000013}@media screen and (max-width:375px){#instrucciones{height:auto}}