html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  height: 100%;
  position: relative;
  isolation: isolate;
  background-color: #000;
  background-image: url(./fundo.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  --top-gradient-vh: 22vh;
}

