/* 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." */
 
float {
        animation-name: floating;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;}
    @keyframes floating {
        0% { transform: translate(0,  0px); }
        50%  { transform: translate(0, 10px); }
      100%   { transform: translate(0, -0px); }    }
body {
  padding-right: 15%;
  margin-left: 100px;
  background-image:  url("https://lostletters.neocities.org/graphics/layout/dithered-sakura.png");
  background-size: cover;
  background-repeat: repeat; 
   background-color: #FAD4DF;
   font-family: 'clearface';
  font-size: 14px;
  letter-spacing: 1px;color:#E53265;

 
}
background{
  margin-left:300px;}

a {
color:#E53265;
  font-weight: bold;
  text-decoration: none;

}

a:hover {
color:#E53265;
  font-weight: bold italic;
  text-decoration: none;
 }

#enter {
  padding-top: 00px;
  padding-left: 30%;
   
}

#mainmenu {
  border: 67px solid white;
    border-image-source: url(roseeborder.png);
    background-color:white;
    border-image-slice: 67;
    border-image-repeat: round;
     background-clip: padding-box;
    line-height: 1.5em;
   float: left;
  padding-left: 0%;
   position: absolute;      
   font-family: 'Cloister Black';
  filter: drop-shadow(0px 0px 1.5px white) drop-shadow(0px 0px 1.5px white) drop-shadow(0px 0px 1.5px white) drop-shadow(0px 0px 1.5px white) drop-shadow(0px 0px 1.5px white) drop-shadow(0px 0px 1.5px white) drop-shadow(1px 1px 1px #451E0C);


}

.textbox {
  height:160px; 
  width:600px; 
  background-repeat: repeat;
  margin-left: 25%;
  border:solid 1px #000;
  float:left;
  background: #fff; 
  overflow: auto;
}

.textbox2 {
  height:160px; 
  width:300px; 
  padding-top: 0;
  background-repeat: repeat;
  margin-left: 4px;
  border:solid 1px #000;
  float:left;
  background: #fff; 
  overflow: auto;
}

.textbox3 {
  margin-top: 60px;
  height: 600px; 
  width: 600px; 
  background-repeat: repeat;
  margin-left: 28%;
  border:solid 1px #000;
  float:left;
  background: #fff; 
  overflow: auto;
  text-align: center;
}

.textbox4 {
  margin-top: 10px;
  height: 740px; 
  width: 740px; 
  background-repeat: repeat;
  margin-left: 25%;
  border:solid 1px #000;
  float:left;
  background: #fff; 
  overflow: auto;
  text-align: center;
}

.textbox5 {
  margin-top: 10px;
  height:160px; 
  width:500px; 
  background-repeat: repeat;
  margin-left: 25%;
  border:solid 1px #000;
  float:left;
  background: #FAD4DF; 
  overflow: auto;
}

.text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #ffcdd0;
}

@font-face {
    font-family: 'Cloister Black';
    src: url('/fonts/CloisterBlack.eot');
    src: url('/fonts.CloisterBlack.eot?#iefix') format('embedded-opentype'),
        url('/fonts/CloisterBlack.woff') format('woff'),
        url('/fonts/CloisterBlack.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.cursor {
  animation: blink 1s infinite;
}
@keyframes blink {
  50% { opacity: 0; }
}h1{  
  
  filter: drop-shadow(0px 0px 1.5px white) drop-shadow(0px 0px 1.5px white) drop-shadow(0px 0px 1.5px white) drop-shadow(0px 0px 1.5px white) drop-shadow(0px 0px 1.5px white) drop-shadow(0px 0px 1.5px white) drop-shadow(1px 1px 1px #451E0C);
}

 
