body{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  animation: fade-in 0.25s steps(3);
}

main{
  display: flex;
  align-items: center;
  gap: 2.5em;
}

nav{
  position: relative !important;
  
  a{
    margin: 2.5em 0;
  }

  a:hover{
    font-style: italic;
  }
}

.tab{
  width: 325px;
  max-height: 420px;
  overflow-y: auto;
  padding-right: 2.5em;
}

.drag{
  position: absolute;
  user-select: none;
  cursor: grab;
}

/* sections */

summary{
  list-style-type: '⇢ ⠀';
}

summary:hover{
  cursor: pointer;
  color: #98a5af;
}

details[open] > summary{
  list-style-type: '⇣ ⠀';
  margin-bottom: 1em;
}

#outlinks div{
  display: flex;
  justify-content: center;
  gap: 1.25em;
  font-size: 9px;
  margin-bottom: 0.5em;

  span{
    font-size: 7px;
  }
}

#items{
  position: relative;
  width: 230px;
  height: 420px;
  margin: 0 0 35px 115px;

  &::before{
    content: "";
    z-index: 1;
    position: absolute;
    inset: 0;
    background: url(/images/crux/phone.png) no-repeat;
    background-size: contain;
  }

  p{
    position: absolute;
    top: -17px;
    right: 15px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 0 #636464, -1px -1px 0 #636464, -1px 1px 0 #636464, 1px -1px 0 #636464;
    transform: rotate(5deg) scaleX(0.8);
  }
}

#expanded dl{
  dt{
    color: #636464;
    font-family: Arial, sans-serif;
    font-size: 10px;
    text-transform: lowercase;
  }
  
  dd{
    margin: 0.5em 0 1.25em 1.25em;
  }
}

/* positioning */

#paper1{
  z-index: 0;
  top: 5px;
  left: -130px;
}

#paper2{
  z-index: 0;
  bottom: -80px;
  right: -30px;
}

#bill{
  z-index: 0;
  right: -90px;
}

#coins{
  z-index: 1;
  top: -12px;
  right: -90px;
}

#necklace{
  z-index: 1;
  bottom: -35px;
  right: -115px;
}

#hairtie{
  z-index: 1;
  top: 120px;
  left: -105px;
}

#tablets{
  z-index: 1;
  bottom: 10px;
  left: -115px;
}

#card{
  z-index: 2;
  bottom: 80px;
  right: -70px;
}

#earphones{
  z-index: 3;
  top: -90px;
  right: -65px;
}

#keys{
  z-index: 4;
  bottom: -65px;
  right: 75px;
}