html {
        Background-image: url("https://hajewil.neocities.org/Images/paperbackground.jpg")}
        
#Bodycontainer {
  height: 700px;
  width: 700px;
  border: 2px solid black;
  border-radius: 25px;
  position: relative;
  display: flex;
  left: 310px;
  top: 50px;
  background-image: url("https://hajewil.neocities.org/Images/WrapUpImages/Polka%20Dot%20Background%20(1).png");
  }

#MiddleText {
  font-family: 'Almond Milky';
  Height: 200px;
  width: 300px;
  left: 400px;
  top: 500px;
  position: relative;
  font-size: 120px;
  line-height: 100px;
  color: #720000;
  text-align: right;
  z-index: 1;
  }
  

#FeaturedText {
  left: -230px;
  top: 40px;
  width: 520px;
  height: 100px;
  position: relative;
  font-family: monospace;
  text-align: justify;
  z-index: 2;
  display: flex;
  }

#FeaturedList {
  position: relative;
  font-family: monospace;
  text-align: justify;
  z-index: 2;
  width: 530px;
  left: -500px;
  top: 125px;
  display: flex;
  }
  
  #Fave {
    color: #720000;
    border-radius: 25px;
    transform: rotate(-5deg);
    font-size: 11px;
    display: inline;
    font-family: 'Almond Milky'}

#MoreInfoPopups {
  border: 2px black solid;
  background: lightgrey;
  font-family: monospace;
  display: none;
  position: absolute;
height: 120px;
width: 150px;
left: 550px;
  top: 160px;
  z-index: 4;
  font-size: 11px;
  }
#MiddelImage {
    border: 2px solid red;
  width: 130px;
  height: 450px;
  position: absolute;
  display: flex;
  left: 250px;
  top: 250px;
  Z-index: 5;
  }

#FeaturedImage {
  display: flex;}


img:hover + #MoreInfoPopups {
  display: flex;}