body {
  background-color: #07074e;
  margin: 0;
  overflow-x: hidden;
}

#animation-container {
  background-color: #07074e;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 10000000;
}

.hero3 {
  position: relative;
  z-index: 1;
}
