/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20/08/2019, 10:31:51 AM
    Author     : BC-403
*/
/* memorama */
#juego {
    opacity: 0.3;
    width: 100%;
    height: 500px;
}
 

table {
    width: 100%;
    height: 100%;
    
    
}

td {
    width: 25%;
    height: 30%;
    background-color: white;
    border: 3px solid #fc4303;
    border-radius: 5px;
}

.letra {
    color: #fc4303;
    font-size: 20px;
    text-align: center;
    font-weight:bold;
}

input {
    width: 90px;
    height: 30px;
}

.centrar {
    align-items: center;
}

