* {
  font-family: sans-serif;
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

body {
  background-color: #010610;
  color: whitesmoke;
  max-width: 768px;
  padding: 0 4px;
  margin: 1rem auto 0 auto;
}

.serif {
  font-family: serif;
}

p {
  margin: 1rem 0;
}

.inline {
  display: inline;
}

.date {
  font-weight: bold;
}

.day-summary {
  font-size: small;
}

.day-spacer::before {
  display: block;
  content: "֍  ⁘ ⁘ ⁘ ※ ⁘ ⁘ ⁘  ֎";
  text-align: center;
  font-size: x-large;
}

hr {
  border-style: solid;
  margin: 1rem 0;
}

th {
  text-align: left;
  margin-right: 2px;
}

.day-summary th::after {
  content: " : ";
}

td {
  padding: 2px;
}

footer {
  text-align: center;
}

a {
  color: #965372;
  font-style: normal;
}

a:hover {
  color: #ef1179;
}

a:visited {
  color: #537496;
}

a[inert] {
  color: rgb(90, 30, 147);
  text-decoration: none;
}

img {
  max-width: 100%;
}

#gallery {
  column-width: 200px;
  column-gap: 1em;
}

.item {
  break-inside: avoid;
  margin-bottom: 1em;
  cursor: pointer;
  position: relative;
}

.item img {
  width: 100%;
  height: auto;
  display: block;
}