html {
  background-image: url("https://thevioletjournal.com/wp-content/uploads/2020/12/Photo-01-12-2020-16-08-27-10-576x1024.png");
  color: GhostWhite;
  font-family: Abel;
}
header {
  text-align: center;
  border-style: double;
  border-color: orchid;
  border-width: 5px;
  width: 100px;
  margin: auto;
  position: fixed;
  top: 30px;
  right: 50%;
}
#holy-s {
  position: relative;
  margin: auto;
}
#angelys {
  max-width: 150px;
  position: fixed;
  top: 40px;
  left: 90px;
}
#staris {
  max-width: 200px;
  position: fixed;
  right: 50px;
  top: 5px;
}
img {
  display: inline-block;
}
#divider {
  background-image: url('https://64.media.tumblr.com/5207b74edf4d2a141833ef8f7f54f1f0/955af282d6ec3d0f-64/s500x750/9c4c33835c4c7fba804975e6333583510ba3f7d1.gifv');
  width: 100%;
  height: 20px;
  position: fixed;
  top: 155px;
}
h2 {
  position: fixed;
  top: 200px;
}
p {
  position: fixed;
  top: 250px;
}

#description {
  color: DarkOrchid;
}
#xmas {
  max-width: 300px;
  position: absolute;
  left: 50px;
  top: 330px;
}





