/* 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 {
background-image: url("https://files.catbox.moe/v1e17e.jpg");
  color:#761cff;
  font-family: Georgia;
  text-align:center;
}
.special {
  color: #f7a2ff;
  font-weight: bold;
}
.outer {
  margin-top:25px;
  border: 10px;
  height:56px;
  border-style:solid;
border-image: url("https://i.imgur.com/gTFIwdW.png") 11 fill round;
}

.box {
  padding:auto;
  width: auto;
 background-color:#fef3ff;
}

*{
 cursor: url("https://files.catbox.moe/anw3lj.png"), auto !important;
  } 
  
  .container {
  display: block;
  width: 980px;
  overflow: auto;
  min-height: 795px;
  max-height: 795px;
  border-radius: 5px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #9effdc;
  background-repeat: repeat-y;
  background-attachment: scroll;

 background-image: url("https://files.catbox.moe/zj3dwk.jpg");

  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
}