body {
  background-color: #edced8;
  color: #324a37;
  font-family: Verdana;
  background-image: url("https://i.pinimg.com/736x/de/eb/fa/deebfa7b8fb2ee4cf2fd9ade347afd72.jpg");
  background-repeat: repeat;   /* Tiles the image */
  background-size: auto;
  margin: 0;
  padding: 40px;
}
.container {
  /*background-image: url("https://i.pinimg.com/736x/32/db/a4/32dba41fce201b0e5d738f288d2b351a.jpg");
  background-repeat: repeat;*/
  background-color: #ffffff;
  width: 900px;
  margin: auto;
  padding: 25px;
  border: 10px solid #9dc7a5;
}

.leftgif {
  position: absolute;
  left: 20px;
  top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.leftgif img {
    width: 210px;
}

.rightgif {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rightgif img {
  width: 210px;
}

.border1{
  width:850px;
}

.border2 {
  width: 850px;
  height: 120px;
}

