@font-face {
  font-family: 'Lato';
  src: url('Lato-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

td, tr, table {
  border-collapse: collapse;
  border: 1px solid black;
}

tr:nth-child(even) {
  background-color: #7b828f;
}

body {
  color: white;
}

body {
  background: #36393f;
  font-family: Playfair;
  font-size: 120%;
}
