@font-face {
  font-family: 'cute_font';
  src: url('fonts/cute_font.ttf');}
 ::selection {
  color: white;
  background: #8db7e0;
 }

div {
  margin: auto;
  width: 800px;
 height: 1000x;
  border: 20px solid transparent;
  background: white;
  border-image-outset: 20px;
  box-sizing: border-box;
 padding: 10px;
    font-family: 'vegacute';
   text-align: center;
   word-break: break-all;
  color: #9c2133;}


body {
  
  cursor: url("https://prairiepafait.neocities.org/cursor/flower2.gif"), auto;
margin: auto;
  background-image: url("https://prairiepafait.neocities.org/bgs/waters.jpg");
  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;
  border: 0.9rem solid #2664c7;
    background-color: #fff;
  outline: 0.3rem dashed #3577db;
  box-shadow: 0 0 0 1rem #6471d1;
  border-radius: 12px;
  padding: 1rem;
  width: 900px;
  height: 900px;
  outline-offset: 0.5rem;
  
}

h1 { 
  color: #0b77d6;
}

h2 { color:#0b77d6;
  
}


p {
   font-family: 'cute_font';
   text-align: center; 
  position: relative;
        word-break: break-all;
  font-size: 20px;

}
  
ul {
     font-family: 'cute_font';
  
}