#generarde {
    max-width: 628px;
    margin: 0 auto;
    max-height: 900px;
}
.personaje {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.personaje img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.controles {
    text-align: center;
    margin-top: 20px;
}

button{
    height: 40px;
    border: 2px solid white;
    width: auto;
    background-color: transparent;
    color: white;
    font-size: 12pt;
    font-family: var(--font);
    cursor: pointer;
    margin-top: 3px;
    padding: 10px 15px;
}

button:hover {
	background: white;
	color: var(--bg-color);
}