
body {
  background-image:url("https://i.postimg.cc/WzZyJxLd/IMG-9326.jpg");
  background-size:50%;
  color:rgb(245,245,245);
}

main {
  background:rgb(0,0,0,0.8);
  margin:50px;
  margin-left:200px;
  margin-right:200px;
  padding:30px;
  z-index:2;

}

#roses {
  width:100%;
  margin:auto;
  z-index:-1;
  position:fixed;
  display:block;
  top:-100px;
}


#curtains {
  z-index:-2;
  width:100%;
  display:auto;
  position:fixed;
  left:0px;
  top:-350px;
}

#theguys {
  width:500px;
  top:35%;
  left:75%;
}

#sonboy {
  width:200px;
  top:0px;
  left:86%;
}

.overlay {
  position:fixed;
  z-index:3;
}


.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.tab button {
  background-color: inherit;

}

.tab button:hover {
  background-color: rgb(150,150,150);
}

.tab button.active {
  background-color: #ccc;
}


.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  overflow:scroll;
} 

#disclaimer {
  display:none;
}

#ciel {
  background: url("https://kitsunebby.neocities.org/images/ezgif-6c674b478a0cc9.png");
}


#grell {
  background:url("https://kitsunebby.neocities.org/images/efa55b0d7209feea133bb69026292a9d.0000000.jpg");
}
