body {
  height: 100%;
margin: 0;
  background-image: url('bulletin_under_1.png');
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  background-attachment: scroll;
}

#bulletin-frame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 100;
}

#title-plank {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 68%;
  object-fit: cover;
  z-index: 2;
}
  
#pushpin-one {
  position: absolute;
  top: 10%;
  left: 75%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 8%;
  object-fit: cover;
  transform: rotate(270deg);
  z-index: 3;
}

#pushpin-two {
  position: absolute;
  top: 10%;
  left: 78%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 7%;
  object-fit: cover;
  transform: rotate(270deg);
  z-index: 3;
}

unused:
#sunset {
  position: absolute;
  top: 28%;
  left:85%;
  transform: translate(-50%, -50%);
  width: 310px;
  height: auto;
  object-fit: cover;
  z-index: 2;
}

#sticky-note-one {
  position: absolute;
  top: 13%;
  left: 3%;
  transform: translate(-50%, -50%);
  width: 24%;
  height: auto;
  object-fit: cover;
  transform: rotate(5deg);
  z-index: 2;
}

#tree-outline {
  position: absolute;
  top: 14%;
  left: 10.5%;
  transform: translate(-50%, -50%);
  width: 14%;
  height: auto;
  object-fit: cover;
  transform: rotate(5deg);
  z-index: 3;
}
  
.pinterest-link {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

h2 {
  position: absolute;
  top: 65%;
  left: 50%;
  color: #f283ae;
}

.body-paragraph {
  position: absolute;
  top: 70%;
  left: 50%;
  max-width: 810px;
  color: #f2accd;
}

a:link {
  color: #f2accd;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: #f2accd;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #f283ae;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #ff468a;
  background-color: transparent;
  text-decoration: underline;
}