body {
  font-family: Arial, sans-serif;
  background: #0b0b0d;
  color: #f4f4f5;
  margin: 0;
  padding: 40px;
}

.hero {
  border-bottom: 1px solid #333;
  margin-bottom: 40px;
}

h1, h2 {
  color: #ffffff;
}

section {
  margin-bottom: 40px;
}
