* {
  box-sizing: border-box;
}

body {
  margin: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

#quote {
  max-width: 640px;
  padding: 40px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  cursor: pointer;
}
