body {
  padding: 100px;
}

p {
  padding: 10px 0;
}

.center {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}