html {
    font-family: Georgia;
}

body {
    margin: 0;
    background: url(images/space.gif)
}

.unifrakturmaguntia-regular {
  font-family: "UnifrakturMaguntia", cursive;
  font-weight: 400;
  font-style: normal;
}

#container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    display: grid;
    width: 600px;
    position: relative;
    height: 600px;
}

#goldframe, #space {
  grid-column: 1;
  grid-row: 1;
}

#goldframe {
  z-index: 1;
  position: absolute;
  margin-left: 150px;
  margin-top: 19%;
  width: 300px;
}

#space {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  text-align: center;
  overflow:hidden;
}

#goldframe:hover {
  background: url(images/entrance.png) no-repeat 50% 50%;
  background-size:cover;
}

#moody {
  width: 80px;
  position: absolute;
  top: 407px;
  left: 88px;
  transform: rotate(-11deg);
  z-index: 3;
}

#computer {
  width: 80px;
  position: absolute;
  top: 461px;
  left: 111px;
  transform: rotate(14deg);
  z-index: 2;
}

#luggage {
  width: 80px;
  position: absolute;
  top: 355px;
  left: 433px;
  transform: rotate(14deg);
  z-index: 1;
}

#visions {
  width: 60px;
  position: absolute;
  top: 432px;
  left: 399px;
  transform: rotate(0deg);
  z-index: 1;
}

#shoes {
  width: 120px;
  position: absolute;
  top: 28px;
  left: 87px;
  transform: rotate(19deg);
  z-index: 2;
}

#victim {
  width: 80px;
  position: absolute;
  top: 49px;
  left: 382px;
  transform: rotate(7deg);
  z-index: 2;
}

#hole {
  width: 100px;
  position: absolute;
  top: 122px;
  left: 74px;
  transform: rotate(7deg);
  z-index: 2;
}

#change {
  width: 150px;
  position: absolute;
  top: 73px;
  left: 394px;
  transform: rotate(-14deg);
  z-index: 3;
}

#fortune {
  width: 200px;
  position: absolute;
  top: 51px;
  left: 237px;
  transform: rotate(2deg);
  z-index: 1;
}

#ao3 {
  position: absolute;
  top: 485px;
  left: 270px;
  z-index: 1;
}

#affection {
  position: absolute;
  top: 485px;
  left: 181px;
  z-index: 1;
}

#earth {
  position: absolute;
  top: 485px;
  left: 358px;
}