body {
  color: #2a2135;
  background-color: #fbf4ff;
  font-family: "Caveat Brush", cursive;
}

p {
  line-height: 30px;
  font-size: 24px;
  max-width: 800px;
}

.highlight {
  background-color: #d7a7cd;
  background-image: linear-gradient(to right, #b285bf 0%, #d7a7cd 100%);
}

.error {
  border: 3px solid #b71919;
  border-radius: 50%;
  border-width: medium thin thick 10px;
}

del {
  text-decoration: line-through;
  background-color: #b719192b;
  color: #a12323;
}

::-moz-selection,
::selection {
  background-color: #d7a7cd;
  background-image: linear-gradient(to right, #b285bf 0%, #d7a7cd 100%);
}