html {
  width: 100%;
}

body {
  background-image: url(https://i.postimg.cc/Rhw3fzVC/IMG-0161.gif);
}

.floatie1 {
  height: 500px;
  width: 175px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(https://i.postimg.cc/3JKc5qrb/IMG_0174.webp);
  
  position: absolute;
  left: 2%;
  top: 3%;
}

.floatie2 {
  height: 400px;
  width: 300px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(https://i.postimg.cc/MKWF2LZt/IMG_0175.webp);
    
  position: absolute;
  left: 78%;
  top: 5%;
}

.floatie3 {
  height: 500px;
  width: 175px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(https://i.postimg.cc/gkYTF7ct/IMG_0173.webp);
  
  position: absolute;
  left: 15%;
  top: 30%;
}


.divider {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.main {
  background-color: pink;
  border: hotpink 4px solid;
  width: 55%;
  height: 450px;
  padding: 2%;
  margin-left: 28%;
  margin-top: 1%;
  overflow-y: scroll;
}

.videos {

}

.gallery {
  background-color: pink;
  border: hotpink 4px solid;
  width: 75%;
  margin-left: 12%;
  margin-top: 1%;
  padding: 2%;
}

























