@font-face {
  font-family: 'cute_font';
  src: url('fonts/cute_font.ttf');}
 ::selection {
  color: black;
  background: #c94d0e;
 }

div {
  margin: auto;
  width: 800px;
 height: 1000x;
  border: 20px solid transparent;
  border-image: url("https://prairiepafait.neocities.org/assets/whitelace.png") 17 round;
  background: white;
  border-image-outset: 20px;
  box-sizing: border-box;
 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/cursor/flower2.gif"), auto;
margin: auto;
  background-image: url("https://prairiepafait.neocities.org/bgs/og-bg-heart.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;
  border: 0.9rem solid #ad331a;
    background-color: #fff;
  outline: 0.3rem dashed #f26744;
  box-shadow: 0 0 0 1rem #94341c;
  border-radius: 12px;
  padding: 1rem;
  width: 900px;
  height: 900px;
  outline-offset: 0.5rem;
  
}

h1 { 
  color: #d44420;
}


p {
   font-family: 'cute_font';
   text-align: center; 
  position: relative;
        word-break: break-all;
  font-size: 20px;

}
  
ul {
     font-family: 'cute_font';
   
}