body {
  background-color: black;
  background-image: url("https://emilllyyyyy.neocities.org/void/voidBG.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: white;
  font-family: comic sans ms;
  padding: 5px;
  margin-left: 6%;
  margin-right: 6%;
}

#logo  {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#book {
    position: fixed;
    bottom: 310px;
    right: 600px;
}

#tree {
    position: fixed;
    bottom: 0;
    right: 0;
}

#flower1 {
    position: fixed;
    bottom: 200px;
    right: 600px;
}

#flower2 {
    position: fixed;
    bottom: 320px;
    right: 475px;
}

#BG {
    position: fixed;
    bottom: 0px;
    right: 0px;
}