#sticker2 {width: 500px;height: auto;}
#poster1 {width: 400px;height: auto;}
#lostworld {width: 500px;height: auto;}
#sevenpointedstar {width: 550px;height: auto;}
#sevenpointedstar2 {width: 550px;height: auto; margin-top: 30px;}
.caption{font-size: small; text-align: center; margin-bottom: 75px;}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* width: 40%; */
}

.sticky {position: sticky;
top: 10px;}
#title {position: sticky; top: 40px;}

.absolute-bottom-right {
  position:absolute;
  bottom: 0px;
  right: 0px;
}

.add-big-top-margin {
  margin-top: 50px;
}

