/* terug naar homepage */
.backToStart {
  position: fixed;
  top: 2%;
  right: 2%;
  width: 75px;
  height: 40px;
  font-family: "Arial", sans-serif;
  background-color: transparent;
  color: white;
  padding: 0 10px;
  border: none;
  outline: none;
  font-size: 15px;
  z-index: 10;
}
.backToStart:hover {
  background-color: white;
  color: black;
}

/* INTRO */
#intro_frankenstein img {
  position: absolute;
  top: 25%;
  left: 40%;
  height: 50%;
}

/* CRAFTING */
.crafting_img {
  width: 15%;
  position: absolute;
  border-radius: 25%;
  border: 15px solid white;
}
.img_monster {
  position: absolute;
  width: 25%;
  top: 30%;
  left: 45%;
}
.img_1 {
  top: 40%;
  left: 25%;
}
.img_2 {
  bottom: 13%;
  left: 4%;
}
.img_3 {
  top: 30%;
  right: 5%;
}
.img_4 {
  top: 13%;
  left: 10%;
}
.img_5 {
  bottom: 5%;
  right: 10%;
  border-radius: 0%;
  transform: rotate(90deg);
}

/*SONG*/
#song {
  overflow: hidden;
}

#songtext {
  position: absolute;
  top: 15%;
  left: 3%;
  width: 85%;
  height: 70%;
  text-align: left;
}
#part_1 {
  width: 48%;
  margin-right: 0%;
  padding: 20px 20px 50px;
  float: left;
  border: 1px solid #d0135f;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 23% 27% 54% 35%;
}
#part_2 {
  width: 48%;
  margin-left: 0%;
  padding: 20px 20px 50px;
  float: right;
  border: 1px solid #d0135f;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 27% 23% 35% 54%;
}

#songtext h2 {
  color: #d0135f;
}
#songtext p {
  color: white;
}

#songTitle,
#songPart {
  color: white;
  margin-bottom: 50px;
  /*		position: absolute;
	bottom:0;
	right: 0;
	width: 300px;
	border: 1px solid blue;
	display: block;
	text-align: right;*/
}
