@font-face {
  font-family: 'IRONMAN';
  src: url('IronManOfWar2Ncv-E85l.ttf') format('truetype');
}

#cuerpo {
background-color: black;
font-family: 'IRONMAN', sans-serif;
color: white;
font-size: x-large;
padding: 20px;
}

table {
width: 100%;
border-collapse: collapse;
}

th, td {
  border: 1px solid white;
  padding: 10px;
  text-align: center;
}