body {
  font-family: 'Poppins', sans-serif;
  background-color: #0e0e0e;
  color: #ffffff;
  padding: 40px 20px;
  max-width: 900px;
  margin: auto;
  line-height: 1.7;
}

h1, h2 {
  color: #fada0b;
  margin-top: 30px;
}

h1 {
  font-size: 32px;
  text-transform: uppercase;
  border-bottom: 2px solid #fada0b;
  padding-bottom: 10px;
}

h2 {
  font-size: 24px;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #eeeeee;
}

ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

ul li {
  margin-bottom: 10px;
}

a {
  color: #2bc4e3;
  text-decoration: none;
  font-weight: 500;
}

a:hover {
  text-decoration: underline;
  color: #fada0b;
}
