body {
  background-color: #0b0b0b;
  color: #555;
  font-family: 'DSans Code', "Courier New", Courier, monospace;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  line-height: 1.6;
}

.container {
  max-width: 600px;
  padding: 20px;
  text-align: left;
}

h1 {
  color: #777;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.slogan {
  font-style: italic;
  margin-bottom: 2rem;
}

.instruction {
  margin-top: 1.5rem;
  color: #666;
}

code {
  display: block;
  background: #151515;
  padding: 10px;
  margin: 10px 0;
  border-radius: 3px;
  color: #888;
  word-break: break-all;
  font-size: 0.9rem;
}

hr {
  border: 0;
  border-top: 1px solid #222;
  margin: 2rem 0;
}

a {
  color: #555;
  text-decoration: underline;
}

a:hover {
  color: #888;
}

footer {
  font-size: 0.8rem;
  margin-top: 1rem;
  color: #333;

}
