body {
  background: url('https://i.imgur.com/dIOWzRw.png') repeat;
  font-family: 'Press Start 2P', cursive;
  color: #cfeaff;
  margin: 0;
  padding: 0;
}

.container {
  width: 900px;
  margin: 0 auto;
  background: #000000e0;
  border: 4px double #91bfff;
  padding: 20px;
  box-shadow: 0 0 10px #91bfff;
}

header {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px dashed #91bfff;
}

header h1 {
  font-size: 24px;
  color: #91bfff;
  text-shadow: 0 0 5px #fff;
}

.sub {
  font-size: 10px;
  color: #cfeaff;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  background: #111;
  border: 2px solid #91bfff;
}

nav ul li a {
  color: #91bfff;
  text-decoration: none;
  font-size: 10px;
}

main {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

section {
  flex: 1;
  background: #111;
  border: 2px solid #91bfff;
  padding: 10px;
}

.updates ul {
  padding-left: 20px;
  font-size: 10px;
}

aside {
  width: 200px;
  background: #111;
  border: 2px solid #91bfff;
  padding: 10px;
  float: right;
}

.status {
  font-size: 10px;
  margin-bottom: 15px;
}

.featured-char img {
  width: 100%;
  border: 2px solid #cfeaff;
}

footer {
  margin-top: 40px;
  text-align: center;
  font-size: 10px;
  color: #91bfff;
  border-top: 2px dashed #91bfff;
  padding-top: 10px;
}
