@charset "utf-8";

/* Reset */
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

/* Container for image */
.manutencao {
  width: 100%;
  height: 100vh; /* Full viewport height */
  overflow: hidden;
}

/* Responsive image */
.manutencao-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; /* aligns the image to the top */
  display: block;
}
