

body {
  background-color: black;
  color: grey;
  font-family: helvetica;
  font-variant: small-caps;
}

h1 {
    letter-spacing: -0.05em;
    word-spacing: 0.3em;
    line-height: 1.5;
    text-align: center;
}

p {
    letter-spacing: 0.5em;
    word-spacing: 2em;
    line-height: 1.5;
    text-align: center;
}

ul {
    letter-spacing: 0.5em;
    word-spacing: 2em;
    line-height: 1.5;
    text-align: center;
}