@font-face {
  font-family: 'DS-Digital';
  src: URL('DS-DIGI.TTF') format('truetype');
}

body { min-height: 100vh; background-color: #000; color: #FFF; }

table {width: 100%;}
td {  
  font-size: 5vw;
  font-family: DS-Digital;
  text-align: center;
  padding: 1%;
}

/* Bola de saque */
td:first-child { text-align: left; vertical-align:middle; color: rgb(235, 231, 11);font-size:15vh;}    

td:nth-child(2) {color: rgb(255, 225, 255); text-align:left;}  /*NOMBRES*/
td:nth-child(3) {color: rgb(0, 225, 255);}  /*SETS*/
td:nth-child(4) {color:rgb(128, 255, 0);}  /*JUEGOS*/
td:nth-child(5) {color:rgb(255, 0, 0);}   /*PUNTOS*/


.material-symbols-outlined {font-size: 9vh!important;}

.hidden{
  display: none !important;
}