html { scrollbar-width: none; }
body {
  font-family: Arial, sans-serif;
  background-color: #000;
  color: #fff;
  margin: auto;
  -ms-overflow-style: none;
}
body::-webkit-scrollbar, body::-webkit-scrollbar-button { display: none; }
h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
h2 {
  font-size: 30px;
  margin-bottom: 14px;
}
p {
  font-size: 18px;
  line-height: 1.6;
}
a {
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  color: #007bff;
  text-decoration: none;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.special-text { 
  font-weight: bold; 
  color: var(--rainbow, inherit);
}