body {
  margin: 0;
  font-family: 'Courier New', monospace;
  background-color: #0f0f0f;
  color: #e0e0e0;
  background-image: url('bg-grid.png');
}

header {
  background: linear-gradient(90deg, #1c1c1c, #2e2e2e);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 4px solid #3f5efb;
}

header img {
  height: 80px;
}

.title {
  font-size: 2rem;
  color: #66ccff;
}

.container {
  display: flex;
  padding: 1rem;
  gap: 1rem;
}

aside, section, .right {
  background-color: #1f1f2e;
  border: 2px solid #3f5efb;
  padding: 1rem;
}

aside {
  width: 20%;
}

section {
  width: 60%;
}

.right {
  width: 20%;
}

h2 {
  color: #66ccff;
  border-bottom: 2px dashed #66ccff;
  padding-bottom: 0.25rem;
}

a {
  color: #66ccff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style: square;
  padding-left: 1.25rem;
}

.mascot {
  max-width: 100%;
  margin-top: 1rem;
}

.button-grid img {
  width: 88px;
  height: 31px;
  margin: 4px;
}
