
body {
  display: grid;
  justify-content: center;
  align-content: center;
}

p {
  font-size: 3em;
  text-align: center;
  color: var(--color-purple-L4);
}

p b {
  font-weight: 500;
}
