html {
    height: 100%;
    width: auto;
}
.door {
    background-image: url(https://cdn.nagami.moe/bg/star_level_bg_505.png);
    /*background-size: 30%;*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow-y: hidden;

    
}
.memory {
    background-image: url(https://cdn.nagami.moe/bg/bg_memory_.png);
    background-attachment: fixed;
    background-size: cover;
}
.towerSpace {
    background-image: url(https://cdn.nagami.moe/bg/bg_port_chongdong.png);
     background-attachment: fixed;
    background-size: cover;
}
body {
    margin-left: 100px;
    margin-top: 50px;
    text-align: center;
    font-family: "Comic Relief", cursive;
}
.bruh a {
    display: block;
    height: 380px;
}
.bottom {
    padding-bottom: 100px;
}
h1 {
    padding-top: 1em;
}
.gallery {
   display:inline-flex;
   flex-wrap: wrap;
   z-index:auto;
}
.gallery img {
    border-radius: 40px;
    max-width: 300px;
    position: relative;
    box-shadow: rgba(157, 157, 157, 0.55) 0px 54px 55px, rgba(107, 105, 105, 0.52) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;;
    margin-top: 10px;
    z-index: auto;
}
.bg {
    display: table;
    margin-left: 20px;
    padding-bottom: 50px;
}
.eventName {
    display: table-caption;
    background: linear-gradient(0.25turn, rgba(88, 20, 215, 0.736), rgb(114, 120, 141));
    border-radius: 10px;
    padding: 5px;
    box-shadow: (157, 157, 157, 0.55) 0px 54px 55px, rgba(107, 105, 105, 0.52) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;}

.nodisplay {
    display: none;
}
.panel {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background: linear-gradient(0.25turn, rgb(88, 20, 215), rgb(114, 120, 141));
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0;
  color: black;

}
.panel.open {
    width: clamp(200px, 60%, 400px);
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 25px;
    overflow-y: scroll;
    visibility: visible;
    z-index: 1;
    position: fixed;
    opacity: 1;
    transform: translateX(0);
}
.panelsforall {
    display: flex;
}
.panelsforall p {
    text-align: left;
    padding: 10px;
}
.panelsforall h2 {
    padding: 20px;
    padding-top: 0px;
    margin-bottom: 25px;
    font-style: normal;
    display: inline;
}
.panelsforall img {
    border-radius: 40px;
    max-width: 300px;
    position: relative;
    box-shadow: rgba(157, 157, 157, 0.55) 0px 54px 55px, rgba(107, 105, 105, 0.52) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;;
    margin-top: 30px;
    z-index: auto;
}
.panelsforall hr {
    height: 5px;
    color: rgb(109, 52, 201);
    background-color: rgb(109, 52, 201);
    border: 0;
}
h2 {
    display: block;
}
.menu a {
    display: block;
}
.text-background {
    width: 80%;
   background: linear-gradient(#5b3fa7, #323455);
   border-radius: 30px;
   box-shadow: 0 0 5px 0 lightblue;
   margin-left: 90px;
}
.text-background div{ 
    padding: 10px;
}
.changelog a:link, a:visited {
    color: blue;
}
.topTitle {
    font-size: 32pt;
}
#topBox {
    background: linear-gradient(#5b3fa7, #323455);
    padding: 10px;
    border-radius: 1000px;
    width: 80%;
    margin:auto;
    margin-bottom: 25px;;
}
.closeButton {
    display: inline;
    border-radius: 100%;
    background-color: red;
    border: none;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}
kbd {
  background-color: #eeeeee;
  border-radius: 3px;
  border: 1px solid #b4b4b4;
  box-shadow:
    0 1px 1px rgb(0 0 0 / 0.2),
    0 2px 0 0 rgb(255 255 255 / 0.7) inset;
  color: #333333;
  display: inline-block;
  font-size: 0.85em;
  font-weight: 700;
  line-height: 1;
  padding: 2px 4px;
  white-space: nowrap;
}
#trackTitle {
    max-width: 500px;
    background: linear-gradient(#5b3fa7, #323455);
    text-align: left;
    border-radius: 50px;
    padding: 3px;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 2;
}