@import url('https://code.cdn.mozilla.net/fonts/zilla-slab.css');

body {
  background-color: #a90061;
  color: white;
  text-align: left;
  font-family: "Zilla Slab", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
}

p.highlight {
  font-size: 10vw;
  text-align: center;
}
