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

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

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

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

a, a:link {color: white;} a:visited {
  color: lightgray;
  transition: all .5s;}

a:hover {
  color: gray;}

#container {
  background:linear-gradient(to right, transparent, 10%, black, 90%, transparent);
  width: 50%;
  padding: 3%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);}
p {

  }
h1 {
  font-family: Arial, sans-serif;
  font-size: 30px;
  text-align: center;
  color:#a1a1a1;
  position: relative;
  background: white;
  padding: 20px;
  border-radius: 5px;}