body {
    background-color: #0C0C0C;
    color: #F2613F;
}

.pumpkin-container {
  height: 90vh;                     /* Takes up 90% of the viewport height */
  justify-content: center;          /* Horizontal centering */
  align-items: center;              /* Vertical centering */
}

.pumpkin {
  font-family: monospace;
  font-size: 2.1vw;
  line-height: 1.3;                
}