*{margin:0;padding:0;box-sizing:border-box}.juego{background-color:yellow;height:100vh;width:100vw;display:flex;flex-direction:column}.maquina{background-color:rgb(77,255,0);justify-content:center}.jugador,.maquina{height:33.33%;width:100%;display:flex}.jugador{background-color:rgb(255,255,255);align-items:center;justify-content:space-evenly}.resultado{background-color:rgb(253,4,8);height:33.33%;width:100%;display:flex;align-items:center;flex-direction:column}.pieza{height:100%}.btn{width:350px;height:120px;margin-top:100px;background-color:yellow;font-size:36px}.btn:hover{cursor:pointer;background-color:black;color:#fff}.mensaje{font-size:36px;margin-top:20px}