body {
    background-color: #f7f3f0;
}

.bottom-img {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999; /* adjust as needed */
  }

  
.bottom-img-flip {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999; /* adjust as needed */
    transform: scaleX(-1);
  }
/* 11 */
  .side_img_1 {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: -99; /* adjust as needed */
}

.side_img_2 {
    position: absolute;
    top: 300px;
    right: 0;
    z-index: 9999; /* adjust as needed */
}


.side_img_3 {
    position: absolute;
    top: 2000px;
    right: 0;
    width: 100%;
    z-index: 9999; /* adjust as needed */
    transform: scaleX(-1);
}
/* 22 */
.side_img_4 {
    position: absolute;
    top: 450px;
    right: 0;
    width: 100%;
    z-index: 9999; /* adjust as needed */
    transform: scaleX(-1);
}

  .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (height/width) */
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


.dancing {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}

#hero {
  
  background-image: url('img/textura.PNG');
}