/* This is used for formatting the sides of the website related to the neutral grounds*/

body {
  background-color: #BDB76B;	
  color: black;
  font-family: Baskerville Old Face;
  padding: 0;
  margin: 0px;
  width: 100%;
  cursor: url('cursors/Cursor 1 - default.tiny.png'), default;
}
.hero-image {
  background-image: url("background images/Banner images/Hero banner - default.png");
  background-repeat: repeat-x;
  background-position: center;
  height: 200px;
  width: 100%;
  padding: 0;
  margin: 0px;
  /*supposed settings for the banner */
}
.neocities-image {
  width: 100%;
  text-align: center;
}