/* vaporring.css */
body {
  margin: 0;
  padding: 0;
  font-family: 'Courier New', monospace;
  background: url('https://rustypawz.neocities.org/vaopr.jpg') no-repeat center center fixed;
  background-size: cover;
  color: #fff;
}

.container {
  max-width: 800px;
  margin: auto;
  padding: 1rem;
  text-align: center;
}

h1, h2 {
  color: #ff77ff;
  text-shadow: 0 0 10px #ff77ff;
}

.box {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid #ff77ff;
  border-radius: 10px;
  padding: 1rem;
  margin: 1rem auto;
  box-shadow: 0 0 20px #ff77ff66;
}

a {
  color: #77ffff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
pre {
  background: rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  overflow-x: auto;
}
