/** @format */

body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  color: #333;
}

.container {
  max-width: 800px;
  padding: 20px;
}

h1 {
  font-size: 24px;
  margin-bottom: 40px;
  color: #222;
}

.maintenance-image {
  max-width: 100%;
  height: auto;
}
