body{
  padding:0px;
  margin:0px;
  background-color: #001f3f;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: Arial, sans-serif;
  color: #ffffff; /* Warna teks putih */
  text-align: center;
}

.container {
  max-width: 600px;
  padding: 20px;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
}

p {
  font-size: 1.2rem;
}

.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('https://puu.sh/qnenY/1644135b9c.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;
}