html {cursor: url(images/yellow.png), auto;}

body {
  background: #fff url(https://hearthoax.neocities.org/images/Bg1.png) center center/cover no-repeat fixed;
  font-family: Arial, sans-serif;
  }

a, a:link {color: orange;} a:visited {
  color: brown;
  transition: all .5s;}

a:hover {
  color: brown;}

  a {cursor: url(images/red.png), auto;}

button {cursor: url(images/red.png), auto;;}

#container {
  background:linear-gradient(to right, transparent, 10%, rgba(0,0,0,.7), 90%, transparent);
  width: 50%;
  padding: 3%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);}
p {
  margin: 0;
  }
h1 {
  font-family: Arial, sans-serif;
  font-size: 30px;
  text-align: center;
  color: white;
  position: relative;
  background: white;
  padding: 20px;
  border-radius: 5px;}