html {
  max-height: 1000px;
  max-width: 1500px;
  cursor:url("https://64.media.tumblr.com/b774294a62702874b1803a17779365d1/e619323abe72d535-51/s75x75_c1/f0c5164949bd6a22fae5b1aeac21e7f7f3f74cf2.gif"), auto;
}

body {
  background-image: url("https://img.freepik.com/premium-vector/vector-blue-abstract-vertical-horizontal-grid-lines-style-pattern_940471-560.jpg?semt=ais_hybrid&w=740&q=80");
  height: 950px;
  width: 1480px;
}

.content {
  overflow-y: scroll;
  position: absolute;
  height: 275px;
  width: 345px;
  right: 260px;
  z-index: 0;
  bottom: 84px;
}

.content p{
  text-align: center;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  width: 80%;
  font-size: 13px;
}

.content li{
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
}

.audiowide-regular {
  color: #284d9c;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.handjet-miku {
  font-family: "Handjet", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  color: #4ea2de;
  font-style: normal;
  font-variation-settings:
    "ELGR" 1,
    "ELSH" 2;
}

.shrineList{
  display: flex;
  flex-direction: row;
  list-style-type: none;
}

.shrineList li {
  font-size: 17px;
  padding: 10px;
}