* {
  cursor: url("https://imagesforblogsite.carrd.co/assets/images/image27.png?v=84fb0f3f") 4 4, auto;
}

/*general stuff*/

body {
  background-color: #ffeab7; 
  background-image: url("https://imagesforblogsite.carrd.co/assets/images/image16.jpg?v=3eb31069");
  background-repeat: repeat;      
  background-position: top left;      
  background-attachment: fixed;
  background-size: cover;   
  background-size: 500px auto; 
  
  font-family: 'Pixelify Sans', sans-serif; 
  color: #4b2e05;
  margin: 0;
  padding: 40px 0;

}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Pixelify Sans', sans-serif;
  color: #4b2e05;
}

p, span, li, a, div {
  font-family: 'Courier New', sans-serif;  
  color: #333;
  font-size: 13px;             
  line-height: 1.5;                 
}


#scrollable-main {
  display: flex;
  gap: 20px;
  height: 400px;     
  overflow: auto;       
}

.headerimage {
  display: block;
  width: 900px;  
  height: auto;
  margin: 20px auto;
  border-radius: 10px;
} 

  ::selection {
  background: #ffcc80;
  color: #3a2403;     
}

::-moz-selection {
  background: #ffcc80;
  color: #3a2403;
}

#container {
  width: 880px;
  margin: auto;
  border: 15px solid transparent;
  border-image: url("https://dl.dropbox.com/s/rr5se47u373c2yn/orange%20lace.png") 8 fill round;
  padding: 20px;
  text-align: center;
}

/* end of general stuff */


