body {
  background-image: url("background.jpg");
  background-size: cover;
  color: black;
  font-family: "TheSimpleLife";
}

@font-face {
  font-family: "TheSimpleLife";
  src: url("StampatelloFaceto.woff2") format("woff2");
}

#decoration {
  display: flex;
  justify-content: center;
  width: 250px;
  top: 0;
  margin-right: auto;
  margin-left: auto;
}

#head {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
  width: 400px;
}

#headp {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  width: 400px;
}

#description {
  border: 3px solid;
  border-radius: 7px;
  background-color: antiquewhite;
  border-color: burlywood;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  top: -10px;
  width: 30%;
}

#im1 {
  position: absolute;
  top: 400px;
  left: 150px;
  height: 150px;
  transform: rotate(0.95turn);
}

#im2 {
  position: absolute;
  top: 600px;
  left: 150px;
  height: 150px;
  transform: rotate(0.05turn);
}

#im3 {
  position: absolute;
  top: 400px;
  right: 150px;
  height: 140px;
  transform: rotate(0.07turn);
}

#im4 {
  position: absolute;
  top: 600px;
  right: 150px;
  height: 160px;
  transform: rotate(0.95turn);
}

#im5 {
  position: absolute;
  top: 600px;
  left: 150px;
  height: 200px;
  transform: rotate(0.05turn);
}

#im6 {
  position: absolute;
  top: 400px;
  right: 150px;
  height: 180px;
  transform: rotate(0.07turn);
}

.turn {
  transition: transform 0.3s ease;
}

.turn:hover {
  transform: rotate(30deg);
}


#back {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px
}