html, body { height: 100%; overflow: hidden}
.waves { position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
canvas{ background-color: #00041d}


.logo {
  position: absolute; 
  background-image: url('./img/db-white.svg');
  background-repeat: no-repeat;
  background-position: center; 
  background-size: contain;
  height: 550px;
  width: 25%;
  z-index: 100;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

