/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
a {
  cursor: url("assets/quill.cur"), auto;                                  
}


a img {
  cursor: url("assets/quill.cur"), auto;
} 
@font-face { 
	font-family: "Waker"; 
	src: url("../fonts/ReggaeOne-Regular.ttf") format("truetype"); 
}
@font-face { 
	font-family: "ix"; 
	src: url("../fonts/tingle-tuner.ttf") format("truetype"); 
}
.h1 {
  text-align: center;
  font-size: 48;
}
.foot {
  font-family: "ix", "Waker";
  text-align:center;
  position: fixed;
  bottom:20px;
}
.container {
  position: relative;
  margin-left: 20%;
  margin-right: 20%;
  text-align: center;
  height: auto;
  border: 2px solid #ffffff;
}
.top-left {
  position: absolute;
  top: 20px;
  left: 25px;
}
body {
  cursor: url("assets/quill.cur"), auto;
  background-image: url("assets/BG1024.gif"); /* The image used */
  background-color: #b3e5ff; /* Used if the image is unavailable */
  Height: 768px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: repeat; /* Do not repeat the image */
  /*background-size: cover; /* Resize the background image to cover the entire container */
  color: black;
  font-family: "Waker", serif;
  text-align: center;
}
