body {
  font-family: 'Sacramento', cursive;
  font-size: 2em;
  background-color: gray;
  background-image: linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, .5) 50%);
  background-size: 50px 50px;
}

nav {
  border: 1px solid #665544;
  font-family: 'Architects Daughter', cursive;
  font-size: 20px;
}

p {
  font-family: 'Barlow', sans-serif;
  font-size: 25px;
}