body {
  margin: 0;
  padding-top: 100px;
  background-color: #000;
  font-family: 'Courier New', Courier, monospace;
  font-size: 18px;
}

.about-glow-box {
  background-color: #000;
  color: #f7aaff;
  border: 1px solid #f7aaff;
  padding: 30px;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 0 25px #f7aaff88;
  text-align: center;
}

.about-glow-box h1 {
  font-size: 40px;
  margin-bottom: 15px;
  text-shadow: 0 0 5px #f7aaff, 0 0 12px #f7aaff;
}

.about-glow-box .info {
  font-size: 18px;
  margin-bottom: 18px;
}

.about-glow-box .japanese {
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 22px;
}

.about-glow-box .section {
  margin: 12px 0;
  padding: 12px;
  border-top: 1px solid #f7aaff33;
  font-size: 17px;
  line-height: 1.6em;
}

.about-glow-box a {
  color: #f7aaff;
  text-decoration: none;
  font-weight: bold;
}

.about-glow-box a:hover {
  text-decoration: underline;
}

.header-title,
.site-title,
.site-title a {
  display: none !important;
}

@media (max-width: 600px) {
  body {
    font-size: 16px;
  }

  .about-glow-box {
    max-width: 95%;
    padding: 20px;
  }

  .about-glow-box .section {
    font-size: 15px;
  }
}
