body{
  background-color: rgba(29, 162, 229, 0.267);
  color: azure;
  margin: 0;
  padding: 0;
}

#header, #footer{
  text-align: center;
}

#tree-container{
  position: relative;
  width: 50rem;
  margin: 0 auto;
  text-align: center;
}

#star{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 7rem;
  z-index: 10;
  cursor: pointer;
}

#tree{
  width: 50rem;
  display: block;
  margin: 4rem 0 0 0;
  z-index: 1;
}

#decorations{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ornament{
  width: 3rem;
  height: auto;
  position: absolute;
  z-index: 5;
}

.important-text{
  color:#baa73b;
}