body{
  background-image: url("../Wii - Kirbys Epic Yarn - Fabric/RK5E01_28c92b37_14.png");
  background-repeat: repeat;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@font-face {
  font-family: scla;
  src: url("/Scalter-Free-Typeface/Scalter-SerifCondSlant.otf");
}

h1{
  font-size: 50px;
  color: #b080ac;
  -webkit-text-stroke: 1px #6d4369;
}

.page_title{
  position: absolute;
  top: 0px;
  left: 130px;
}

.back_arrow{
  position: absolute;
  top: 30px;
  left: 10px;
}

.letterboxd{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../Wii - Kirbys Epic Yarn - Fabric/RK5E01_3db5edcb_14.png");
  padding: 20px;
  border-radius: 10px;;
  width: 25%;
  height: 80%;
}

.draggable {
   position: absolute;
   width: 100px;
   height: 100px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   -khtml-user-select: none;
   user-select: none;
   cursor: default;
}

iframe{
  position: absolute;
  top: 90px;
  right: 70px;
}

.red {
  background: red;
  top: 120px;
  left: 10px;
}

.green {
  background: green;
  top: 120px;
  left: 120px;
}

.blue {
  background: blue;
  top: 120px;
  left: 230px;
}

.footer{
  display: flex;
  justify-content: center;;
}