body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #74ebd5, #ACB6E5);
    height: 100vh;
    align-items: center;
    margin: 0;
}

table{
    background-color: rgb(160, 157, 157);

}
input { 
    width: 25px; 
    height: 25px; 
    margin: 2px; 
    color: rgb(251, 251, 253);
    background-color: rgb(72, 5, 78);
}

#pantalla{
    width: 160px;
}