body {
  display: flex;
  justify-content: center;
  background: linear-gradient(45deg, #00082f 0%, #4ad6ff 100%);
  height: 100vh;
  overflow: hidden;
}

.cityscape {
  position: absolute;
  max-height: 100%;
}

.HOVA-car {
  opacity: 0;
  transform: translatey(45px) translatex(-70px);
}

.doodle {
  z-index: 1;
}