body {
  background-image: url(/static/imagens/dados/background.webp);
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.container {
  z-index: 6;
}

.glass {
  background-color: #1a1a1ace;
  padding: 25px;
  border-radius: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(8.6px);
}

section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: -1;
  pointer-events: none;
}




@media (max-width: 600px) {
  #logo {
    width: 50%;
  }

  body {
    overflow: auto;
  }
}