body {
  background-color: rgb(222, 232, 204);
  color: black;
  font-family: Georgia;
  margin-left: 20px;
}

#Header {
  color: rgb(89, 1, 51)
}

#tvtimeparent {
  position: absolute;
  top: 100px;
  left: 560px;
  height: 140px;
  width: 220px;
}

#tvtime {
  position: relative;
  top: 0px;
  left: 100px;
  height: 140px;
  width: 220px;
  z-index: 3;
}

#links {
  position: absolute;
  top: 180px;
  left: 180px;
  text-decoration: underline;
  text-decoration-color: rgb(212, 85, 0);
  color: rgb(89, 1, 51)
}

#sparkledecor1 {
  position: absolute;
  top: 15px;
  left: 77px;
}

#sparkledecor2 {
  position: absolute;
  top: 15px;
  left: -13px;
}

#sparkledecor3 {
  position: absolute;
  top: 120px;
  left: 10px;
}

#sparkledecor4 {
  position: absolute;
  top: 167px;
  left: 135px;
}

#sparkledecor5 {
  position: absolute;
  top: 90px;
  left: 180px;
}

#tvtimeaudio {
  position: relative;
  top: 0px;
  left: 100px;
  z-index: 3;
}

audio {
  height: 70px;
  width: 221px;
}

#placeholder1 {
  position: relative;
  top: 4px;
  left: 80px;
  z-index: 2;
}

#placeholder2 {
  transform: rotate(180deg);
  position: relative;
  top: -4px;
  left: 120px;
  z-index: 2;
}

#placeholder3 {
  transform: rotate(-90deg);
  position: absolute;
  top: 130px;
  left: -40px;
  z-index: 3;
}

#placeholder4 {
  transform: rotate(90deg);
  position: absolute;
  top: 130px;
  left: 200px;
  z-index: 3;
}

#placeholder5 {
  position: relative;
  top: -20px;
  left: -4px;
}

#placeholder6 {
  position: relative;
  top: -20px;
  left: -8px;
}

#placeholdergreen {
  position: absolute;
  top: 170px;
  left: 80px;
  z-index: 1;
}
  
#Tetodecor {
  position: absolute;
  top: 67px;
  left: 170px;
  z-index: 1;
}

#overclocked {
  position: absolute;
  top: 110px;
  left: 1000px;
  z-index: 1;
}

#Christmasevent {
  font-family: "Lucida Handwriting", "Lucidia Calligraphy", cursive;
  color: white;
  position: absolute;
  top: 420px;
  left: 140px;
}

#tinsel {
  position: absolute;
  top:10px;
  left:-40px;
  z-index: 1;
}

#christmastext {
  z-index: 2;
  position: absolute;
  top: 30px;
  width: 500px;
  text-shadow: 2px 2px rgb(0, 0, 0);
}

#donot {
  position: absolute;
  top: 70px;
}

#christmassparkle {
  position: absolute;
  top: 20px;
  left: 230px;
  z-index: 4;
}



