@font-face {
    font-family: "AtkinsonHyperlegible";
    src: url("/static/webfonts/AtkinsonHyperlegible-Regular.woff2") format("woff");
}

html body {
    font-family: "AtkinsonHyperlegible";
    padding: none;
    margin: none;
}

h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: blue;
  text-decoration: underline;
}

div.content {
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
}

.content img {
  max-width: 100%;
}

img.post-list-splash {
  width: 100px;
  float: left;
  margin-right: 10px;
}

iframe {
  max-width: 100%;
}

/* keep videos from being too big and from distorting
   https://stackoverflow.com/a/46772808/101923 */
video {
  max-width: 100%;
  object-fit: cover;
}

.logo-link:hover {
  text-decoration: none;
}

.logo {
  width: 48px;
  height: 48px;
  position: relative;
  top: 4px;
  left: 4px;
}

fieldset {
  display: grid;
  grid-template-columns: auto auto;
}

fieldset label {
  justify-self: end;
  align-self: center;
  margin-right: 2pt;
}

div.dice {
  /* center the text vertically and horizontally */
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;

  border-style: solid;
  border-color: black;
  width: 10em;
  height: 10em;
  margin: 1em;
}

a.dice-link:hover {
  transform: rotate3d(1, 1, 0.5, 5deg);
}

div.dice-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
