* {
  box-sizing: border-box;
}

body {
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  padding: 20px;
  text-align: left;
  background: #000;
  color:#0f0
}

h1 {
  font-weight: normal;
}
