@font-face {
    font-family: "digital_font";
    src: url("../fonts/digital_7.ttf");
}

body {
	background: #000000;
}

table{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: table;
}

th {
  font-family: "digital_font";
  text-align: center;
  width: 120px;
  font-size: 30px;
  margin-top: 0px;
  color: #ff0000;
}

td {
  font-family: "digital_font";
  text-align: center;
  font-size: 60px;
  margin-top: 0px;
  color: #ff0000;
}