table{
    text-align: center;
    position: absolute;
    left:30% ;
    width: 540;
    background-color: rgba(6, 236, 217, 0.231);
}
td{
    align-items: center;
    width: 150;
}
.juego{
    align-items: right;
    vertical-align: middle;
    background-color: rgb(240, 38, 11);
    cursor: no-drop;
    size: 1;
    border-radius: 40%;
}
textarea{
    columns: 15;
    row-gap: 6;
}
.display{
    background-color: rgba(214, 135, 135, 0.689);
    border-radius: 10%;
    border: rgb(60, 60, 83)10px;
    align-items: center;
    position-area: center;
}
.letra{
    background-color: rgba(10, 10, 10, 0.358);
}

.abecedario{
    background-color: rgb(82, 209, 23);
    border-radius: 1000%;
}
.limpiar{
    border-radius: 40%;
    background-color:(249,120,217) ;
    }
.juegonuevo{
    border-radius: 45%;
    background-color: (17,235,31);
}