body {
  display: flex;
  position: fixed;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  background-color: #202f51;
  background-image: url(../image/pattern-bg.webp);
  background-position: center;
  background-size: auto;
  background-repeat: repeat;
}
.manutencao {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 480px;
  gap: 1.2rem;
}
.manutencao img {
  max-width: fit-content;
  margin: 0 auto 2rem;
}
.manutencao h1 {
  margin: 0;
  text-align: center;
  font-size: 1.7rem;
}
.manutencao p {
  text-align: center;
  color: #fff;
}
