.text p {
  margin: 0;
}
.text.centring-y {
  align-self: center;
}
.text.centring-x {
  justify-self: center;
}
