body {
  padding: 0px;
  margin: 0px;
}

.header-center {
  text-align: center;
  font-family: 'Cascadia Code', Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.scenewrap {
  display: block;
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.scene {
  display: block;
  position: absolute;
  width: 100%;
  height: 600px;
  left: 0px;
  bottom: 0px;
  min-width: 2000px;
  background-image: url('background.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

#Crane {
  max-width: 400px;
  position: absolute;
  left: 10px;
  top: -50px;
  z-index: -1;
}

#greentruck {
  max-width: 250px;
  margin-top: 260px;
}

#Mixer {
  max-width: 130px;
  position: absolute;
  left: 590px;
  top: 317px;
}