p {
  color: purple;
  margin: 0.5em 0;
}

* {
  box-sizing: border-box;
}
