

.aid {
  text-align: center;
}



.container {
display: grid;
grid-template-columns: auto auto;
}

.item {
margin: auto;
text-align: center;
}

.mySlides {
margin: auto;
}


.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
   color: #548235;
font-size: 80px;
}

.zilla-slab-regular {
  font-family: "Zilla Slab", serif;
  font-weight: 400;
  font-style: normal;
} 

.color{ 
  color: #DEEEDB;
}



button {
width: 25%;
color: #FFFFFF;
background-color: #A9A9A9;
margin-bottom: 10px;
}






/*-----------media quieries-----------*/
@media only screen and (max-width: 600px) {

.media{
  margin-left: 5px;
  width: 90%;
}

.aid {
  width: 100%;
}

.Baustelle { 
  width: 100%;
}

.roboter { 
  margin-right: 3px;
}
}



  
