@font-face {
  font-family: 'cute_font';
  src: url('fonts/cute_font.ttf');}
 ::selection {
  color: white;
  background: #91caff;
 }

div {
 margin: auto;
  width: 800px;
 height: 1000x;
  border: 20px solid transparent;
  background: white;
  border-image-outset: 20px;
  box-sizing: border-box;
   padding: 10px;

 position: relative;
    font-family: 'vegacute';
   text-align: center;
   word-break: break-all;
  color: #9c2133;}


body {
  
  cursor: url("https://prairiepafait.neocities.org/cursor/blue9.gif"), auto;
margin: auto;
  background-image: url("https://prairiepafait.neocities.org/bgs/x05-bg-frill.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;
}
  
  a {
  color: hotpink;}
   
  .ribbon {
    margin: auto;
     background-image: url("https://prairiepafait.neocities.org/banners/ribbon.png");
     background-repeat: no-repeat;
      height: 100px;
 width: 260px;
 bottom: 20px;
 right: 40px;
 left: 40px;
}

main {
    margin: auto;
 overflow: scroll;
  border: 0.9rem solid #B0EAFF;
    background-color: white;
  outline: 0.3rem dashed #3f8cd4;
  box-shadow: 0 0 0 1rem #556778;
  border-radius: 12px;
  padding: 1rem;
  width: 900px;
  height: 900px;
  outline-offset: 0.5rem;
  
}

h1 {
  color: #52abff;
   position: relative;
}

p {
   font-family: 'cute_font';
   text-align: center; 
   font-size: 17px;
      word-break: break-all;
  position: relative;
}
  
ul {
     font-family: 'cute_font';
   text-align: center; 
   margin: 1px;
   float:left;
   word-break: break-all;
  position: relative;
}

container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #85afff;
}

  



 