h1 {
  color: red;
}

.box {
  padding: 0.3em;
  background-color: #D8BFD8;
}

h2 {
  background-color: black;
  color: white;
}
span {
  background-color: rgb(230,230,250 / 50%);
}


a {
  color: inherit; /* Inherits the color from the parent element */
  cursor: default; /* Changes the cursor to the default arrow */
}