.linktitle {
  margin: 100rem 0;
}

h1 {
  font-size: 30rem;
}

table {
  border-top: 2px black solid;
  border-bottom: 2px black solid;
  border-spacing: 0;
  margin-bottom: 30px;
}

td {
  text-align: center;
  padding: 30rem 0;
  border-bottom: 1px black solid;
}

td:first-child {
  font-weight: bold;
  color: #365f9c;
}

td:last-child {
  color: #365f9c;
}

tr:last-child td {
border-style: none;
}
