body {
	margin: 0;
	font-family: Arial, sans-serif;
	display: flex;
}

hr {
  background-color: #606060;
  height: 2px;
  margin: 10px;
}

img {
  width: 300px;
}

a, a:link, a:visited, a:hover a:active {
  text-decoration: underline;
  color: #1155cc;
  cursor: pointer;
}

button {
  background: none;
  border: none;
  font-size: 32px;
  color: white;
}

iframe {
  width: 100%;
  height: 90vh;
  border: none;
}

.b {
  font-weight: bold;
}

.bi {
  font-weight: bold;
  font-style: italic;
}

.biu {
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Lexend:wght@100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Pacifico&display=swap');

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

/* Sidebar */
#sidebar {
  width: 240px;
  background-color: white;
  border-right: #888 2px solid;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  padding-top: 60px;
  flex-shrink: 0;
}

#sidebar.collapsed {
  width: 60px;
}

#sidebar a {
  display: block;
  padding: 15px 20px;
  color: black;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}

#sidebar a:hover {
  background-color: #eee;
}

#sidebar.collapsed a {
  background-color: white;
  cursor: default;
  text-indent: -9999px; /* hide text */
}

/* Collapse button */
#toggleBtn {
  font-size: 24px;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.25s ease;
}

#sidebar.collapsed #toggleBtn {
  transform: rotate(180deg);
}

/* Content */
#content {
  margin-left: 240px;
  flex-grow: 1;
  padding: 30px;
  text-align: center;
  line-height: 0.5;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  height: 100%;
}

/* Home Page */
.home .title {
  font-size: 22pt;
  font-family: 'EB Garamond';
  color: #00ffff;
}

.home .title .words {
    text-decoration: underline;
}

.home .trade {
  font-size: 19pt;
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: bold;
  color: #ff00ff;
}

.home .copyright {
  font-size: 16pt;
  font-family: 'Lexend', Arial;
  font-style: italic;
  color: #4a86e8;
}

.home .now {
  font-size: 24pt;
  font-family: 'Comfortaa', sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #ff9900;
}

.home .desc {
  font-size: 20pt;
  font-family: 'Merriweather';
  font-weight: bold;
  color: #0000ff;
}

.home .defeat {
  font-size: 20pt;
  font-family: 'Merriweather';
  font-weight: bold;
  text-decoration: underline;
  color: #00ffff;
}

.home .nobody {
  font-size: 22pt;
  font-family: 'Jost';
  font-weight: bold;
  font-style: italic;
  color: #00ff00;
}

.news .title {
  font-size: 32pt;
  font-family: 'EB Garamond';
}

.news .title .words {
  text-decoration: underline;
}

.news .desc {
  font-size: 32pt;
  font-family: 'Comfortaa', sans-serif;
  text-decoration: underline;
  color: #00ffff;
}

.news .current-version {
  display: block;
  width: 100%;
  margin-top: 40px;
  font-family: 'Pacifico', cursive;
  text-align: left;
  color: #00ff00;
}


.news .current-version .current {
  font-size: 30pt;

}

.news .current-version .version {
  font-size: 18pt;
}

.news .disc {
  font-size: 10pt;
  font-family: 'Merriweather';
  margin-top: 20px;
  text-align: left;
}

.news .history {
  font-size: 30pt;
  font-family: 'Pacifico', cursive;
}

.news .version-history {
  font-size: 12pt;
  font-family: 'Times New Roman';
  text-align: left;
  color: #ff00ff;
}

.games .title {
  font-size: 50pt;
  font-family: 'Times New Roman'
}

.games .desc {
  font-size: 12pt;
  font-family: 'Lexend', Arial;
}

.games .use {
  font-size: 14pt;
  font-family: 'Lora', sans-serif;
  font-weight: bold;
}

.games .count {
  font-size: 24pt;
  font-family: 'Lora', sans-serif;
}

.games .disc {
  font-size: 12pt;
  font-family: 'Lexend', Arial;
}

.games .subtitle {
  font-size: 32pt;
  font-family: 'EB Garamond';
}

.games .subtitle .words {
  text-decoration: underline;
}

.games .game {
  font-size: 15pt;
  font-family: Arial;
}

.games .game .links {
  text-align: left;
  margin-left: 10px;
}
