body {
  background-color: yellow;
}

div.center {
    height: 10em;
    display: flex;
    align-items: center;
    justify-content: center
}
div.center p {
  margin: 0;
  font-size: 50px;
}
