body{
  background: #003200;
  color: lime;
  font-family: monospace;
  word-spacing: 5px
}
::selection {
  background: white;
  color: black;
}
p:hover {
  font-family: sans serif;
  font-size:small;
  font-feature-settings: 
}
.center {text-align:center}
h1 {text-align: center}
p {font-size: medium}