.title {
  font-size: 35px;
}
table,
th,
td {
  border: 100px solid black;
  padding: 5px;
  FONT-SIZE: 32PX;
  TEXT-ALIGN: center;
}
.roman{
  font-family: 'Times New Roman', Times, serif;
}

body{
  font-family: 'Times New Roman', Times, serif;
  line-height: 1.6;
}

.cairo {
  font-family: cairo;
}

.jost {
  font-family: jost;
}

@font-face {
  font-family: jost;
  src: url("fonts/Jost-Regular.ttf");
}



@font-face {
  font-family: cairo;
  src: url("fonts/Cairo-Regular.ttf");
}

a.data-card.col-md-6{
       min-height: 300px;
}