body {
  margin: 0;
  background: #000033;
  color: #ccffff;
  font-family: "Courier New", monospace;
}

.page {
  width: 760px;
  margin: 25px auto;
  border: 4px ridge #66ffff;
  background: #000011;
  box-shadow: 0 0 25px #00ffff;
}

.header {
  background: linear-gradient(#003366, #000033);
  color: #ffff66;
  font-size: 18px;
  padding: 8px;
  border-bottom: 3px double #ff00ff;
  text-shadow: 2px 2px #ff00ff;
}

.box {
  margin: 25px;
  padding: 20px;
  border: 2px dashed #66ffff;
  background: #000022;
  text-align: center;
}

.moon {
  width: 320px;
  border: 3px outset #ccccff;
  margin-bottom: 18px;
}

p {
  font-size: 18px;
  line-height: 1.7;
  color: #ffffff;
  text-shadow: 0 0 6px #66ffff;
}

.footer {
  text-align: center;
  font-size: 12px;
  color: #ff99ff;
  padding: 10px;
  border-top: 1px solid #333399;
}
