body {
   background-image: url("sstars.png"); 
      background-repeat: no-repeat;
      background-attachment: fixed;
      margin: 0;
      font-family: sans-serif;
      color: white;
      cursor: url(https://ani.cursors-4u.net/nature/nat-11/nat1045.cur),pointer; 
}
/* Button styling */
button {
  background-color: rgb(238, 177, 177);
  border: none;
  border-radius: 0;
  position: relative;
  padding: 10px 15px;
  font-size: 16px;
  cursor: url('https://cur.cursors-4u.net/others/images8/oth714.gif'), pointer; 
}
 #header {
   text-align: center;
 }

  
 #container {
                max-width: 900px;
                background-color: #f0f0f0e;
                /* this is the width of your layout! */
                /* if you change the above value, scroll to the bottom
      and change the media query according to the comment! */
                margin: 0 auto;
                /* this centers the entire page */
            }




  
