@font-face {
  font-family: "DOSGothic";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_eight@1.0/DOSGothic.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "salmon";
  src: url("shared/salmon.woff2") format("woff2"),
    url("shared/salmon.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: black;
  color: white;

  word-break: keep-all;
  word-wrap: break-word;

  font-family: "DOSGothic", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.2rem;

  margin: 0;
}

a {
  color: white;
  text-decoration: none;
}

a:visited {
  color: gray;
}

.record {
  display: flex;
  flex-direction: column;

  align-items: center;

  flex-wrap: wrap;
  width: 100%;
}

.record img {
  margin: 10px;
  height: auto;
}

.record p {
  margin: 10px;
  width: 80%;
}

.contents {
  display: flex;

  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;

  width: 100%;
}

.contents ul {
  padding-left: 0%;

  list-style-type: none;
  font-family: "salmon", Courier, monospace;

  word-break: break-all;

  max-width: 80%;
  margin-left: auto;
  margin-right: auto;

  text-align: center;

  font-size: 1.7rem;
}

.contents ul li {
  padding: 0;
  display: inline;

  overflow: hidden;
}

.header {
  display: flex;
  flex-direction: column;
}

.header a {
  text-align: center;
}

.header a img {
  height: auto;
  position: relative;
  left: 5px;
}

.image {
  margin-left: auto;
  margin-right: auto;
}

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

.blur {
  box-shadow: 0 0 8px 8px white inset;
}

.small {
  width: 50%;
}

.smallest {
  width: 25%;
}

.article {
  margin: 5vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.article p {
  margin-top: 2vh;
  line-height: 5vh;
}

.article .red {
  color: #f92672;
}

.article .jean {
  color: #fd971f;
}

.article .jule {
  color: #e6db74;
}

.article .mugi {
  color: #a6e22e;
}

.article .chii {
  color: #66d9ef;
}

.article .sseo {
  color: #ae81ff;
}

.dialogue {
  margin: 10%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.dialogue p {
  margin-top: 5vh;
}

.dialogue .red {
  color: #f92672;
}

.dialogue .jean {
  color: #fd971f;
  margin-left: 10vw;
}

.dialogue .jule {
  color: #e6db74;
  margin-left: 20vw;
}

.dialogue .mugi {
  color: #a6e22e;
  margin-right: 20vw;
  text-align: right;
}

.dialogue .chii {
  color: #66d9ef;
  margin-right: 10vw;
  text-align: right;
}

.dialogue .sseo {
  color: #ae81ff;
  text-align: right;
}

.dialogue .cyan {
  color: cyan;
  text-align: center;
}

.dialogue .magenta {
  color: #ff77ff;
  margin-left: 10vw;
}

.dialogue .yellow {
  color: yellow;
  margin-right: 10vw;
  text-align: right;
}

.article .cyan {
  color: cyan;
}

.article .magenta {
  color: #ff77ff;
}

.article .yellow {
  color: yellow;
}
