@charset "UTF-8";

html, body {
  height: 100%;
  margin: 0;
}

.wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

.maintenance-img {
  text-align: center;
}

.maintenance-img img {
  display: inline;
  width: 70%;
  max-width: 1920px;
  height: auto;
}