/*Goodbye style.css*/

* {
  cursor: url(https://cur.cursors-4u.net/others/oth-4/oth378.cur), auto !important;
}

main {
  padding: 30px;
  margin-top: 200px;
  text-align: center;
  font-size: 19px;
}

body { /*background image*/
  background-image: url('https://vampirelounge.neocities.org/goodbye/dark_forest.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-color: black;
}