@font-face {
  font-family: Title;
  src: url("/assets/fonts/Alkhemikal.ttf");
}
:root {
  cursor: crosshair;
}

body {
  width: 1000px;
  background: url("../assets/img/bg_koipond.png");
  background-size: 1500px;
  background-position: 50% 0;
  background-color: rgb(53, 53, 53);
  margin: auto;
}

#title {
  color: #22beca;
  font-size: 4rem;
  margin: 1rem;
}

#header td:nth-child(1) {
  text-align: right;
  width: 75px;
  padding: 1em 0em;
}
#header img {
  width: 56px;
}
#header a {
  color: #f99d3c;
  font-weight: normal;
}

table {
  color: white;
  border: 0;
  border-collapse: collapse;
  width: 100%;
}
table td:nth-child(1) a.postlist-link {
  font-weight: bold;
  color: white;
}
table td {
  background-color: black;
  padding: 1em;
}
table th {
  padding: 0.1em 1em;
}
table th, table tr.category-header {
  height: 25px;
  text-align: left;
  color: white;
  background-color: #043038;
}
table th a, table tr.category-header a {
  color: white;
  font-weight: bold;
}

.banner-link {
  display: inline-block;
  text-align: center;
  margin: 1em auto;
}

.ad {
  display: block;
}

#main header {
  background-color: #043038;
  color: white;
  padding: 0.25em 1em;
}
#main header h1 {
  margin: 0;
}

nav ul {
  display: flex;
  list-style: none;
  gap: 0.5em;
  margin: 0.25em 0;
  padding: 0;
}

footer {
  text-align: center;
  margin-bottom: 3rem;
}
footer p {
  margin-bottom: 0.5em;
}

#banner:hover, #ad:hover, footer a:hover {
  background-color: #f99d3c;
  box-shadow: 2px 2px 1px #f99d3c;
}

a {
  color: #f99d3c;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Title;
  color: #22beca;
}

.header-table td {
  padding: 1em;
  color: #22beca;
}

.visually-hidden:not(:focus):not(:active) {
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

details summary {
  color: #22beca;
}
details .spoiler-content {
  color: white;
}

/*# sourceMappingURL=base.css.map */
