body {
  margin: 0;
  background-color: #1c1d1f;
  font-family: 'Montserrat', sans-serif;
  color: #f5f5f5; /* off-white text */
}

.quote-block {
  height: 100vh; /* full viewport */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
}

.blockquote h1 {
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}

.blockquote h4 {
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #ccc;
}

/* Larger screens */
@media (min-width: 600px) {
  .blockquote h1 {
    font-size: 3rem;
  }

  .blockquote h4 {
    font-size: 1.3rem;
  }
}
