@font-face {
  font-family: 'cute_font';
  src: url('fonts/cute_font.ttf');}
 ::selection {
  color: white;
  background: #2e2c2c;
 }

div {
  margin: auto;
  width: 800px;
 height: 1000x;
   border: 20px solid transparent;
  border-image-outset: 20px;
 position: relative;
 padding: 10px;
  overflow: hidden;
    font-family: 'vegacute';
   text-align: center;
   word-break: break-all;
  color: #9c2133;}


body {
  
  cursor: url("https://prairiepafait.neocities.org/tinypixels/cross.png"), auto;
margin: auto;
  background-image: url("https://prairiepafait.neocities.org/bgs/e02-bg-twinkle.gif");

  font-family: 'vegacute';
  text-align: center;
   word-break: break-all;
  color: #9c2133;}
  .aw {
  width: 350px;
  height: 150px;
  margin: 10px;
  padding: 25px;
  border: 20px solid transparent;
  background: white;
}

main {
    margin: auto;
 overflow: scroll;
     background-color: #fff;

  border: 0.3rem solid #540b0b;
  box-shadow: 0 0 0 1rem #1f1c1c;
    outline: 0.1rem dashed #7d7d7d;

          border-image: url("https://prairiepafait.neocities.org/assets/blacklace.png") 11 round;

  border-radius: 4px;
  padding: 1rem;
  width: 900px;
  height: 900px;
  outline-offset: 0.2rem;
  
}

h1 { 
  color: #2D0092;
}


p {
   font-family: 'cute_font';
   text-align: center; 
  position: relative;
        word-break: break-all;
  font-size: 20px;

}
  
ul {
     font-family: 'cute_font';
   text-align: center; 
   margin: 1px;
   float:left;
   word-break: break-all;
  position: relative;
}