body {
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.maintenance-text {
  color: black;
  font-size: 8rem;
  font-weight: bold;
  margin: 0;
}
