body {
  font-family: "Noto Serif", "Source Han Serif", "Times New Roman", serif;
  color: #3f3f3f;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

a {
  text-decoration: none;
}
a, a:link, a:visited, a:hover, a:focus, a:active {
  color: #3f3f3f;
}
a:hover, a:focus, a:active {
  color: #3f3f3f;
}

img {
  max-width: 100%;
}

footer {
  text-align: start;
}

.title {
  text-align: start;
  margin: 0 auto;
  overflow: hidden;
}
.title h1 {
  font-size: 32px;
  font-weight: normal;
  margin-inline: 0.75em;
  margin-block: 1em;
}
@media (min-width: 16em) {
  .title {
    width: 12em;
  }
}
@media (min-width: 28em) {
  .title {
    width: 24em;
  }
}
@media (min-width: 40em) {
  .title {
    width: 36em;
  }
}
@media (min-width: 52em) {
  .title {
    width: 48em;
  }
}
@media (min-width: 64em) {
  .title {
    width: 60em;
  }
}
@media (min-width: 76em) {
  .title {
    width: 72em;
  }
}
@media (min-width: 88em) {
  .title {
    width: 84em;
  }
}

.blocks {
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 16em) {
  .blocks {
    width: 12em;
  }
}
@media (min-width: 28em) {
  .blocks {
    width: 24em;
  }
}
@media (min-width: 40em) {
  .blocks {
    width: 36em;
  }
}
@media (min-width: 52em) {
  .blocks {
    width: 48em;
  }
}
@media (min-width: 64em) {
  .blocks {
    width: 60em;
  }
}
@media (min-width: 76em) {
  .blocks {
    width: 72em;
  }
}
@media (min-width: 88em) {
  .blocks {
    width: 84em;
  }
}

.block {
  width: 10em;
  height: 10em;
  margin: 0.925em;
  float: left;
}

.subsite-link {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.subsite-link h2 {
  margin: 0;
}

.subsite-info {
  text-align: center;
  background-color: #202020;
}
.subsite-info h2 {
  padding: 1.5em 0 0 0;
  color: #202020;
}
.subsite-info h2:hover, .subsite-info h2:focus, .subsite-info h2:active {
  color: #ffffff;
}
.subsite-info h3 {
  color: #ffffff;
}

.subsite-ac {
  background-color: #554664;
}
.subsite-ac h2 {
  padding: 0.125em 0 0 0.25em;
  color: #ffffff;
}
.subsite-ac p {
  padding: 0 0 0 0.75em;
  opacity: 0.8;
  color: #ffffff;
}
.subsite-ac .subsite-ac-board {
  width: 9.5em;
  height: 9.5em;
  margin: 0.125em 0 0 0.125em;
  border: 0.125em solid #ffffff;
}

.subsite-im {
  background-color: #d0a0a0;
  border-radius: 4px;
}
.subsite-im h2 {
  color: #ffffff;
  font-size: 32px;
  transform: rotate(40deg) translate(90px, 120px);
}
.subsite-im h3 {
  font-size: 26px;
  margin: -1em 0 0 0;
  padding: 0 0.5em 0 0;
  color: #cc0000;
  text-align: right;
}

.subsite-poem {
  background-color: #fcfcff;
}
.subsite-poem h2 {
  padding: 0 0 0 0.25em;
  color: #3f3f3f;
}

.subsite-uc {
  border: 0.5px solid #ff5050;
}
.subsite-uc h2,
.subsite-uc h3 {
  font-size: 16px;
}

.subsite-hd {
  color: #808080;
  border: 0.5px solid #c0c0c0;
}
.subsite-hd h2,
.subsite-hd h3 {
  font-size: 16px;
}

.misc {
  overflow: hidden;
}

.languages div {
  font-size: 16px;
  margin: 0 0 4px 0;
  padding: 0;
  line-height: 24px;
  height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #3f3f3f;
  opacity: 0.8;
}
.languages div a {
  text-decoration: none;
  color: #ffffff;
  padding: 0 4px;
  margin: 0;
}

.footer-info {
  width: 105%;
  color: #3f3f3f;
  word-break: break-all;
  padding: 0;
  position: relative;
  top: -64px;
  z-index: -10;
  font-size: 14px;
}/*# sourceMappingURL=main.css.map */