main {
  text-align: center;
  background-color: var(--bg-primary-color);
}

h2 {
  font-weight: 500;
  margin: 2rem 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
}

th, td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

th {
  font-weight: 500;
  font-size: small;
}

.table-button-link {
  display: block;
  text-decoration: none;
  color: white;
  background-color: #2ca6a9;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;

  font-size: x-small;
  width: 6rem;
  margin: auto;
}