/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */



body {

  color:#b05d6e;
  font-family: Fright;
  background-image: url('bg.png');
  background-size: 100%;
  background-attachment: fixed;
  padding: 3%;
  padding-left: 15%;
  padding-right: 15%;
  width: 100%;
}

header {
  text-align: center;
  padding-bottom: 5%;
}

 .marqueediv{
height: 10%;
width:100%;
overflow: hidden;

}
/* Marquee Code written by goooby.neocities.org*/
.marquee_replacement{
width: fit-content;
height: fit-content;
animation: marqmovinghor 8s linear;
display: flex;
flex-direction: row;
align-items: baseline;
flex-wrap: nowrap;
transform: translate(2000px, -1px);
animation-iteration-count: infinite;
gap: 0.5rem;
}

@keyframes marqmovinghor {
    from{transform: translate(2000px, -1px); }
    to{transform: translate(-1440px, -1px); }
}

.marquee_replacementvert{
    margin-left: auto;
  margin-right: auto;
animation: marqmovingvert 3s linear;
display: flex;
flex-direction: row;
align-items: baseline;
flex-wrap: nowrap;
transform: translate(-1px, 2000px);
animation-iteration-count: infinite;
gap: 0.5rem;
}

@keyframes marqmovingvert {
    0%{transform: translate(-1px, 10px); }
     25%{transform: translate(-1px, 0px); }
    50%{transform: translate(-1px, -10px); }
     75%{transform: translate(-1px, 0px); }
    100%{transform: translate(-1px, 10px); }
   
}



.p {
 text-align: center;
display: block;
width: 100%;
height:auto;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0px 0px 8px #4D0000;
}

.h {
  color: #c7737c;
 text-align: center;
  display: block;
  width: 100%;
height:auto;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0px 0px 8px #4D0000;
}


.bg {
    position: fixed;
    margin-right: auto;
    margin-left: auto;
    display: block;
    z-index: -999;
    left:-10%;
    bottom:-30%;
    
}

.coolbox1 {
position: relative;
 height: 800px;
 width: 1500px;
 background-color: #f7d7f7;
 border: dashed 5px #d4afdb;
 padding: 1px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
z-index: 0;
overflow:scroll;
} 

 

.coolbox2 {
box-shadow: inset #fae1f3 0 0 8px 3px;
box-shadow: inset #c793aa 0 0 0px 2px;
box-shadow: #4444443d 1px 1px 3px 0px;
box-shadow: pink 0 0 2px 5px, #f5e1e9 0 0 4px 1px;
box-shadow: inset #c793aa 0 0 0px 2px, inset rgb(228, 251, 255) 0 0 0px 4px, inset #edc2e3 0 0 0px 6px;   
position: relative;
 height: 300px;
 width: 600px;
 background-color: #fae1f3;
 padding: 10px;
border: dashed 5px #f0c5ec;
margin-left: auto;
margin-right: auto;
z-index: 0;
left:380px;
bottom:800px;
overflow:scroll;
} 


.blinkiebox {
position: relative;
 height: 200px;
 width: 1400px;
 padding: 1px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
z-index: 0;
overflow:scroll;
bottom:650px;
} 


.frame {
width: 800px;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto }
    
  .popup1 {
    position:relative;
    z-index:2;
    display:block;
    margin-left: auto;
    margin-right: auto;
    }
  .popup2 {
    position:relative;
    z-index:1;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
  .popup3 {
    position:fixed;
    z-index:0;
 left: 20px;
 bottom:1px;
    }
  
.sign {
  display: block;
  position: relative;
  bottom: 750px;
  left: 850px;
   }
  
  .refsign {
  display: block;
  position: relative;
  bottom: 100px;
  left: 400px;
   }  
   
   .ref {
     display: block;
    bottom: 200px;
    position: relative;
    margin-left: auto;
    margin-right: auto
   }