{}body {
  background-image: url(https://abberance-star.neocities.org/layout%20images%20and%20icons/backgroundrainow.png);
  background-repeat: no-repeat; 
  background-attachment: fixed;
  background-position: center;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Comic Sans MS", "Comic Sans";
  font-size:14px;
  color:#8D7CBE;
  }

a{
  color:inherit;
}
.highlight{
  background-color:rgba(244, 189, 243, 0.5)
}
.menu{
  background-color: #8D7CBE;
  position: sticky;
  top: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  z-index: 5;
  box-shadow: 3px 3px rgba(141, 124, 190, 0.5);
}
.content{
 display:flex;
 flex-direction:column;
 gap:10px;
 padding: 20px;
 text-align:center;
 justify-content:center;
}
.footer{
  background-color: #F4BDF3;
  text-align:center;
  width:500px;
  border-radius: 50px;
  margin:auto;
}

.box{
  margin:auto;
  background-color:#8D7CBE;
  border-radius: 10px;
  box-shadow: 3px 3px rgba(141, 124, 190, 0.5);
  padding:5px;
}
.boxtitle{
  margin:auto;
  font-size:16px;
  filter: drop-shadow(2px 0 0 #FFFDF7) drop-shadow(0 2px 0 #FFFDF7) drop-shadow(-2px 0 0 #FFFDF7) drop-shadow(0 -2px 0 #FFFDF7);
  margin-top:5px;
  margin-bottom:5px
}
.boxtext{
  padding:5px;
  border-radius: 5px;
  background-image: linear-gradient(to top, #fbe9fb, #FFFDF7);
  min-height:250px
}
.boxsplit{
  display: flex; 
  gap: 10px;
  align-items:stretch;
  justify-content:center
}
.outboxtext{
  padding:5px 10px;
  background-image: linear-gradient(to top, #fbe9fb, #FFFDF7);
  border-radius: 10px;
  box-shadow: 3px 3px rgba(141, 124, 190, 0.5);
  box-sizing: content-box;
  margin:auto
}

.title {
  display:block;
  background-color:#AEE4FB;
  border-radius:50px;
  padding:10px 15px;
  margin:auto;
}
.title span{
  color:#F4EBC2;
  font-size:24px;
  font-weight:bold;
  filter: drop-shadow(2px 0 0 #8D7CBE) drop-shadow(0 2px 0 #8D7CBE) drop-shadow(-2px 0 0 #8D7CBE) drop-shadow(0 -2px 0 #8D7CBE);
}

.section {
  display:block;
  border-radius:50px;
  padding:10px 15px;
  margin:auto;
}
.section span{
  color:#F4EBC2;
  font-size:24px;
  font-weight:bold;
  filter: drop-shadow(2px 0 0 #8D7CBE) drop-shadow(0 2px 0 #8D7CBE) drop-shadow(-2px 0 0 #8D7CBE) drop-shadow(0 -2px 0 #8D7CBE);
}

.gallery {
  display:flex;
  gap:10px;
  justify-content:center;
  flex-wrap: wrap;
}
.gallery img{
  height:200px;
}

   .tooltip {
  position: absolute;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #18172F;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 15px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  }
.dividergif{
  height:30px;
  margin:auto;
  margin-top:15px;
  margin-bottom:15px;
  
}