If you find reading plain HTML difficult,

Let's perform client-side rendering.

Here's some 544 bytes css to make it look better for you:


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #A0C8A0;
  padding-left: 100px;
  padding-top: 40px;
  color: #241F31;
}
h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
}
h2 {
  font-size: 30px;
  font-weight: bold;
}
h3 {
  font-size: 24px;
  font-weight: bold;
}
pre {
  padding: 5px 4px;
  width: 800px;
  font-weight: bold;
  border: 2px solid #241F31;
  border-radius: 1px;
  background-color: #A0C8C0;
}

Open the Inspector and put it under Style Editor.

For those suffering from perfectionism, yes, the css is formatted!