body {
  margin: 0;
  background: white;
  cursor: url(/assets/VIRUXXX-chibi-cursor.png), auto;
}

* {
  box-sizing: border-box;
}

#shelf {
  width: 99%;
  position: absolute;
  bottom: -9px;
}

.line {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 15px;
  align-items: flex-end;
}

box {
  width: 100%;
  margin: auto;
  padding: 45px 5px 5px 5px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/*IMG*/
#tea, #polish, #drink, #star {
  width: 100%;
  filter: drop-shadow(1px 3px 3px #00000080);
  z-index: 10;
  position: relative;
  image-rendering: pixelated;
}

a {
  cursor: url(/assets/VIRUXXX-chibi-select.png), auto;
}

a.tea {
  text-align: center;
  width: 17%;
}

a.polish {
  text-align: center;
  width: 10%;
}

a.drink {
  text-align: center;
  width: 20%;
}

a.star {
  text-align: center;
  width: 13%;
}















