body, html {
  font-family: sans-serif; }

textarea {
  width: 85%;
  height: 200px;
  font-family: monospace; }

.s {
  font-weight: bold; }

.success {
  color: green; }

.failure {
  color: red; }

h1 {
  padding-left: 76px;
  background-image: url(logo.png);
  background-repeat: no-repeat;
  height: 64px;
  line-height: 64px; }
