body {
  box-sizing: border-box;
  min-height: 100dvh;
  width:      100dvw;
  max-width:  100%;
  padding: 0;
  margin:  0;

  display:         flex;
  flex-direction:  column;
  justify-content: center;
  align-items:     center;
}

a {
  text-decoration: none;
}

a:hover {
  outline: 1px solid;
  outline-offset: 0px;
}

/*
table {
  border: none;
  border-collapse: collapse;
}

thead {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

th {
  padding: 9px 27px 9px;
  text-align: center;
  font-weight: 700;
}

th:nth-child(1) {
  padding-left: 9px;
}

th:nth-last-child(1) {
  padding-right: 9px;
}

td {
  padding: 18px 27px 0px;
  text-align: center;
  font-weight: 400;
}

td:nth-child(1) {
  padding-left: 9px;
}

td:nth-last-child(1) {
  padding-right: 9px;
}
*/
