body {
  font-family: 'Rajdhani', sans-serif;
  max-width: 900px;
  margin: auto;
  padding: 2rem;
  background-color: #111;
  color: #f2f2f2;
}
h1 {
  color: #ff1e00;
  border-bottom: 2px solid #ff1e00;
  padding-bottom: 0.5rem;
}
ul {
  list-style: none;
  padding-left: 0;
}
ul li::before {
  content: "🏁 ";
  color: #ff1e00;
}
a {
  color: #ff1e00;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}