.main {
  overflow: hidden;
  overscroll-behavior-x: none;
  margin: 0;
}

.logo {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo img {
  width: 500px;
  height: 250px;
  object-fit: contain;
}

#maintenance {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
}

.powered {
  position: absolute;
  bottom: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.powered img {
  width: 200px;
  height: auto;
  margin-left: 10px;
}
