/* 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." */
/* Cute Black Bow Tie Pointer - https://www.cursors-4u.com/cursor/cute-black-bow-tie-pointer */
* {
  cursor: url('https://cdn.cursors-4u.net/previews/cute-black-bow-tie-pointer-9e6c9b3e-32.webp') 32 32, auto !important;
}
/* End www.Cursors-4U.com Code */
body {
  background-color: white;
  color: black;
  font-family: Verdana;
}