body {
    background-image: url("backgrounds/seacreatures.png");

   }
  
  #ultimatediv {

  height: 700px;
  display: flex;
  }
  
   #maincontent {
    margin-left: 100px;
  
   }
  
iframe {
  border: 6px solid transparent;
  border-image: url(index/pmdborderblue.png) 8 round;
}


   #flair {
  display: block;
  margin-left: 300px;
  margin-top: 70px;
   }
   #extra1 {
    border: 4px solid transparent;
    border-image: url(index/pmdborderpink.png) 8 round;
  height: 380px;
  width: 388px;
  background-image: url("backgrounds/pelipperisland.png");
  background-position: center;
   }
  #extra2 {
    border: 4px solid transparent;
  width: 190px;
  height: 380px;
  }
   #extra3 {
    border: 4px solid transparent;
    border-image: url(index/pmdbordergreen.png) 8 round;
  width: 190px;
  height: 380px;
  background-image: url("backgrounds/seasky.png");
  background-position: center;
   }
   #extra23contain
   {display:flex;}
   #moon
   {
    background-color: rgba(5, 3, 20, 0.473);
  }