body {
  margin: 0;
  background-color: #111111;
}

h1 {
  font-family: "press start 2p", sans-serif;
  color: #ffffff;
}

.para {
  color: #00ff73;
  font-family: "consolas", sans-serif;
  font-style: italic;
  font-weight: bold;
  text-decoration: cyan dotted underline;
  font-size: 18px;
}
