body {
  background-color: #1a191c;
  font-family: Courier, monospace;
  color: #ddd0ec;
}

a:link {
  color:#886eaa;
  text-decoration: underline;
}

a:visited {
  color:#886eaa;
  text-decoration: underline;
}

a:hover {
  color:#ddd0ec;
  text-decoration: underline;
}

.stamps {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}

.navigation {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contentbox {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.left {
  width: 500px;
}

.middle {
  width: 800px;
}

.right {
  width: 0px;
}

.section {
  border-style: hidden;
  background-color: #1a191c;
  border-color: #aef282;
  border-width: 5px;
  margin: 5px;
  padding: 15px;
  background-clip: padding-box;
}

.msection {
  border-color: #2B292E;
  border-width: 5px;
  border-bottom-style: dotted;
  margin: 5px;
  padding: 15px;
  background-color: #1a191c;
  background-clip: padding-box;
}

.nav {
  border-color: #2B292E;
  border-width: 3px;
  border-style: dotted;
  border-radius: 5px;
  text-align: right;
}

.categories {
  flex: 1;
  display: flex;
  justify-content:center;
  align-items: flex-start;
}

.cat {
  border-color: #aef282;
  border-width: 3px;
  border-style: groove;
  padding: 10px;
  margin: 3px;
  width: 150px;
  text-align: center;
  background-color: #1a191c;
}