* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  height: 100vh;
  background-image: url("Images/plate-8754815_1920.jpg");
  background-position: 60% 50%;
  background-repeat: no-repeat;
}
.container {
  height: 100vh;
  width: 100%;
  padding: 5%;
}

#pic1 {
  position: absolute;
  top: 6%;
  left: 50%;
  width: 150px;
  height: 120px;
}
#pic2 {
  position: absolute;
  top: 40%;
  left: 5%;
  width: 550px;
  height: 620px;
}
#pic3 {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 450px;
  height: 420px;
}
#pic4 {
  position: absolute;
  top: 5%;
  left: 2%;
  width: 350px;
  height: 320px;
}
#pic5 {
  position: absolute;
  top: 55%;
  left: 76%;
  width: 450px;
  height: 320px;
  transform: rotateX(35deg);
}
#pic6 {
  position: absolute;
  top: 14%;
  left: 30%;
  width: 450px;
  height: 320px;
}
#pic7 {
  position: absolute;
  top: 60%;
  left: 40%;
  width: 450px;
  height: 420px;
}
#pic8 {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 350px;
  height: 320px;
}
#pic9 {
  position: absolute;
  top: 40%;
  left: 30%;
  width: 380px;
  height: 320px;
  transform: rotateY(5deg);
}
#pic10 {
  position: absolute;
  top: 44%;
  left: 60%;
  width: 290px;
  height: 320px;
  transform: rotate(85deg);
}

.info {
  position: absolute;
  top: 25%;
  left: 85%;
  font-size: 1.5rem;
  color: white;
}
.info a {
  text-decoration: none;
  color: white;
}
.info a:hover {
  color: wheat;
  transform: translateX(3px) translateY(3px);
}
