body {
  background-color: #000000;
}

.Maintenance {
  height: 100vh;
  overflow: hidden;
}

.maintenanceImg {
  display: flex;
  justify-content: center;
}
.Maintenance h1 {
  color: #ffffff;
  text-align: center;
}

.Maintenance strong {
  background-color: rgb(234, 200, 148); 
  color: black;
  padding: 2%;
  border-radius: 20px;
}