:root {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

span.title {
  font-size: 2rem;
}

span.hostport {
  font-size: 1.5rem;
}

ul {
  list-style-type: none;
}

li.pass {
  list-style-type: "\2705";
}

li.fail {
  list-style-type: "\274C";
}

li.code {
  list-style-type: none;
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #BBB;
}

.error {
  color: red;
}