
body {
  background-color: #0e101a;
  color: #f0f0f0;
  font-family: 'Segoe UI', sans-serif;
  padding: 30px;
  text-align: center;
}
h1, h2 {
  color: #00ffae;
}
ul {
  list-style-type: none;
  padding: 0;
}
li {
  padding: 10px;
  font-size: 1.2rem;
}
a {
  color: #00e0ff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
progress {
  width: 80%;
  height: 30px;
}
