html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  align-content: center;
  font-family: system-ui;
  color: rgb(255, 255, 255, 0.85);
}

button {
  background-color: transparent;
  color: rgb(255, 255, 255, 0.85);
  border-color: rgb(255, 255, 255, 0.1);
  border-style: solid;
  line-height: 100%;
}

#mainImageContainer {
  height: 100%;
  width: 100%;
  text-align: center;
}

#imageInnerContainer {
  position: absolute;
  height: 100%;
  width: 100%;
}

#imageInnerContainer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: hidden;
}

#buttonTable {
  width: 300px;
  max-width: 100%;
}

#linksTable {
  width: 200px;
  max-width: 100%;
}

table {
  margin-left: auto;
  margin-right: auto;
}

td {
  text-align: center;
  vertical-align: middle;
}

td a {
  margin: 10px;
}

p, a, button, li {
  font-size: 24px;
}

p, a, button {
  text-align: center;
  vertical-align: middle;
}

a:link {
  color: oklch(0.9 0.1 264.052)
}

a:visited {
  color: oklch(0.9 0.1 302.15)
}

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

.links {
  display: grid;
  column-gap: 1em;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
