body {
  background-image: url("background.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 100vh;
  overflow: hidden;
}
p{
  color: #fff0f3;
  margin: 20px;
  padding: 10px;
  width: 50%;
  text-shadow: 2px 2px 3px #481275;
}
.nanum-brush-script-regular{
  font-family: "Nanum Brush Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
}
#smarties{
  display: inline-block;
  position: absolute;
  transform: rotate(310deg);
  bottom: 120px;
  right: 80px;
  filter:drop-shadow(3px 3px 7px black) drop-shadow(-1px 0px 2px black);
}
#bp-bunties{
  position: absolute;
  transform: rotate(350deg);
  bottom: 40px;
  right: 50px;
  filter:drop-shadow(3px 3px 5px black);
}
.link-area-smarties{
  /*border-style: dashed;
  border-color: black;
  border-width: 1px;*/
  border-radius: 10px;
  border: none;
  height: 75px;
  width: 385px;
  margin: 0;
  padding: 0;
  transform: rotate(306deg);
  bottom: 180px;
  right: 93px;
  position: absolute;
}
.link-area-bp{
  position: absolute;
  /*border-color: rgb(8, 8, 8);
  border: dashed;
  border-width: 1px;*/
  border-radius: 80px;
  border: none;
  width: 327px;
  height: 173px;
  transform: rotate(352deg);
  bottom: 70px;
  right: 87px;
}
.centered{
  text-align:center;
  width: 900px;
}