/* CSS files add styling rules to your content */

body {
  font-family: helvetica, arial, sans-serif;
  margin: 2em;
}

h1 {
  font-style: italic;
  color: #373fff;
}

.info {
  vertical-align:center;
  height:100%;
  margin:auto;
}
.maintance {
  width:50%;
  height:50%;
}
.all {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align:center;
}