body {
  background-color: #0a0a0a;
  color: #ccc;
  font-family: 'Crimson Text', serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

.container {
  background: rgba(0, 0, 0, 0.6);
  margin: 60px auto;
  padding: 30px;
  border: 1px solid #333;
  width: 80%;
  max-width: 700px;
  border-radius: 10px;
}

h1 {
  color: #fff;
  font-size: 2.5em;
  text-shadow: 1px 1px #000000;
  margin-bottom: 10px;
}

p {
  font-size: 1.1em;
  margin-bottom: 25px;
  color: #aaa;
  font-style: italic;
}

nav a {
  color: #888;
  text-decoration: none;
  margin: 0 8px;
  font-weight: bold;
}

nav a:hover {
  color: #fff;
  text-shadow: 0 0 5px #fff;
}

footer {
  margin-top: 40px;
  font-size: 0.8em;
  color: #555;
}

.columbine-gif img {
  margin-top: 20px;
  width: 400px;
  opacity: 0.85;
  filter: contrast(1.2);
  border-radius: 8px; /* ← this is the magic! */
}

.manifesto-text {
  background-color: rgba(255, 0, 0, 0.05);
  padding: 20px;
  margin-top: 20px;
  border-left: 2px solid #c00;
  text-align: left;
  font-size: 1em;
  color: #ccc;
  line-height: 1.6em;
}