html,
body {
  background-color: #1e1e1e !important;
}

.container {
  max-width: 800px;
}

.content {
  background-color: rgba(45, 45, 45, 0.7);
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.section {
  margin-bottom: 2rem;
}

.section h2 {
  color: #ff5252;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ff5252;
  padding-bottom: 0.5rem;
}

.section p {
  margin-bottom: 1rem;
  color: #cccccc;
}

.terminal-text p {
  background-color: #1a1a1a;
  padding: 1rem;
  border-radius: 4px;
  margin: 1rem 0;
}
