body {
  margin: 0;
  font-family: "Courier New", monospace;
  background-color: #0a0a0a;
  color: #f5f5f5;
  background-image: url('https://i.pinimg.com/736x/2b/76/fb/2b76fb6008c1b5e2841c156a50b90d4a.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

header {
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 40px 10px;
  border-bottom: 2px solid #c10b0b;
}

header h1 {
  font-size: 3em;
  color: #e50914;
  text-shadow: 0 0 10px #e50914;
  margin: 0;
}

nav {
  text-align: center;
  margin: 20px 0;
}

nav a {
  color: #fff;
  text-decoration: none;
  margin: 0 15px;
  font-weight: bold;
  transition: 0.3s;
}

nav a:hover {
  color: #e50914;
}

main {
  max-width: 800px;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0 20px #111;
}

h2 {
  border-left: 4px solid #e50914;
  padding-left: 10px;
  color: #e50914;
  margin-top: 40px;
}

p {
  line-height: 1.6;
  margin-bottom: 20px;
}

img.decor {
  width: 100%;
  border-radius: 8px;
  margin: 20px 0;
  opacity: 0.9;
}

footer {
  text-align: center;
  padding: 30px;
  color: #777;
  font-size: 0.9em;
}

footer a {
  color: #e50914;
  text-decoration: none;
}
