
body {
    background-image:url('https://dobeastsdream.neocities.org/backgrounds/christmaslightstile.gif');
    background-color:#B5B5B5;
    cursor: url("https://dobeastsdream.neocities.org/christmas-stuff/christmas_6.gif"), auto; 
}
main {
  max-width: 50em;
  margin:10 auto;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  border: 10px solid #354514;
   background-color: #717c5a;
}
header {
  max-width: 50em;
  margin:10 auto;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  border: 10px solid #354514;
   background-color: #717c5a;
}
footer {
  max-width: 50em;
  margin:10 auto;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  border: 10px solid #354514;
   background-color: #717c5a;
}
a:link, a:visited {
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  color: red;
}

p {
  color: white;
}
h1 {
  color: white;
}
h2 {
  color: white;
}
h3 {
  color: white;
}
small {
  color: white;
}