body {
  background-image: url("carssmaller.jpg");
}

#grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

#poem {
  background-color: #322b28;
  border: 0.1em solid #ccc;
  border-radius: 10px;
  color: #CCC;
  grid-column-start: 2;
  grid-column-end: 3;
  width: 30em;
  padding: 0.5em;
  font-family: 'Share Tech Mono', monospace;
  opacity: 0.95;
}

p {
  margin: 0em;
  padding: 0em;
}
