
@font-face {
  font-family: "courier";
  src: url("courier_prime_code-webfont.woff2");
}



/*
body
*/
body{
 background: #5D0BDA;


}

/*
Main
*/

/*
poupé
*/
#bpo{
  position: absolute;
  transform: rotate(-8deg);
  top: 25px;
  left: 135px;
  width: 23%;
  height: auto;
}

/*
raclette
*/
#b1{
  position: absolute;
  transform: rotate(50deg);
  right: 500px;
  top: 35px;
  width: 20%;
  height: auto;
}

#b2{
  position: absolute;
  transform: rotate(25deg);
  right: 575px;
  top: 250px;
  width: 20%;
  height: auto;
}

#b3{
  position: absolute;
  transform: rotate(5deg);
  right: 550px;
  top: 475px;
  width: 20%;
  height: auto;
}

#apr{
  position: absolute;
  right: 75px;
  top: 250px;
  width: 25%;
  height: auto;
}

/*
footer
*/

div {
  position: absolute;
  bottom: 0;
  font-family: courier;
}

