h1 {
    color: #333;
    font-size: xxx-large;
}

.centre {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
