html {
    height: 100%;
    width: auto;
}
.memory {
    background-image: url(https://raw.githubusercontent.com/NavalHistorianAtLarge/AzurLaneData/refs/heads/main/BG/bg_memory_.png);
    background-attachment: fixed;
    background-size: cover;
}
body {
    margin-left: 100px;
    margin-top: 50px;
    font-family: "Comic Relief", cursive;
    text-align: center;
}
h1 {
    padding-top: 1em;
}
.gallery {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.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;
}
.bg {
    display: table;
    padding-bottom: 50px;
    margin-bottom: 100px;
}
.one {
    width: 100%;
    Display: flex;
    flex-direction: column;
    justify-content:center;
}
.two {
    width: 100%;
    Display: flex;
    Flex-direction: row;
    Justify-content:center;
}
.two .bg {
    width: 50%;
}
.three {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.three .bg {
    width: 33%;
}
.eventName {
    display: table-caption;
    background: linear-gradient(0.25turn, rgba(88, 20, 215, 0.736), rgb(114, 120, 141));
    border-radius: 10px;
    padding: 5px;
    max-width: 300px;
    margin: auto;
    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;;
}
#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;
}
.gallery a {
  text-decoration: none;
  color: black;
}
.bonnyInset{
    display: inline;
}
.bonny {
    max-width: 100px;
    border-radius: 100%;
}
.bonnyTip {
   display: table-caption;
   caption-side: bottom;
   vertical-align: top;
}
sup {
    vertical-align: text-top;
}