<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
  background: #222222;
  color:#c8c8c8;
  font-family: 'Sofia-Pro', verdana;
}

body{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  padding:5px;
}
.note{
  color:teal;
  padding:2px 10px;
}
.step{
  background:#171717;
  padding:10px 20px;
  margin:5px 10px;
  border-radius:5px;
}
h1{
  font-size:20px;
  margin:0px;
  padding:0px;
}
a{
  color:teal;
}
a:hover{
  color:#1F98C3;
}
</pre></body></html>