* {
    font-family: "ADLaM Display";
    color: #BF8AFF;
}

.unselectable, summary {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
    text-decoration: none;
    display: inline-block;
}

a:hover {
    color:rgb(72, 0, 154);
    text-decoration: underline;
    transform: scale(1.10)
}

a {
    display: inline-block;
    padding: 5px;
    margin: 5px;
    background-color: blueviolet;
    border-radius: 10px;
    text-decoration: none;
    color: rgb(47, 0, 76);
    transition: 0.2s ease; 
}

a:has(img) {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    transform: none;
}

a:has(img):hover {
    text-decoration: none;
    transform: none;
}

.content {
    font-size: medium;
}

#scrollcontent {
    max-height: 150px;
    overflow-y: auto;
    scrollbar-color: #7D20D4 #9370DB;
    scrollbar-width: auto;
}

body {
    background-image: url(https://i.pinimg.com/originals/ae/3f/99/ae3f993fd9ad5eb43319642e5e754e23.gif);
    background-size: cover;
    background-attachment: fixed;
}

.box {
  position: relative;
  width: 700px;
  margin: auto;
  background-color: black;
  padding: 10px;
  border-radius: 20px;
  border: 10px solid white;
  z-index: 0;
}

.box::after {
    content: "";
    display: block;
    clear: both;
}


::selection {
    background-color: #3D0885;
}

.lab-records {
    font-size: larger;
}

.trail-dot {
  position: fixed;
  width: 12px;
  height: 12px;
  background-color: rgba(75, 0, 250, 0.4);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: fadeShrink 0.6s ease-out forwards;
}

@keyframes fadeShrink {
  0% {
    opacity: 0.6; /* Starts partially see-through */
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.2);
  }
}

.right-side {
  float: right;
}

.updates-box {
  display: block;
  box-sizing: border-box;
  width: 400px;
  max-height: 200px;
  overflow-y: auto;

  border: 6px solid white;
  background-color: black;
  border-radius: 25px;
  padding: 10px;
  margin-top: 15px;
}

nav {
  float: left;
  background-color: black;
  border: 10px solid white;
  border-radius: 20px;
  padding: 10px;
  z-index: 2;
  position: relative;
}

.right-img {
  display: block;
  width: 200px;
  margin-left: auto;
}

#overlay-fox {
  position: absolute;
  width: 200px;
  left: 150px;
  top: 340px;
  transform: rotate(-20deg);
  z-index: 13;
}

#overlay-fox:hover {
  transform: scale(1.10);
}

#statusfox {
  position: absolute;
  width: 300px;
  left: 720px;
  top: 400px;
  transform: rotate(-20deg);
  z-index: 11;
}

#statusfox:hover {
  transform: scale(1.10);
}

#status {
  position: absolute;
  left: 910px;
  top: 390px;
  border: 5px solid white;
  background-color: white;
  color: black;
  font-family: "Pixelify Sans", sans-serif;
  font-weight: 600;
  z-index: 12;
  transform: rotate(10deg);
  font-size: 20px;
}

#eyeofender {
  position: absolute;
  width: 200px;
  transform: rotate(20deg);
  left: 675px;
  top: 100px;
  z-index: 10;
}

#eyeofender:hover {
  transform: scale(1.10);
}

footer {
  text-align: center;
  border: 5px solid #BF8AFF;
  width: 500px;
  margin-left: auto;
  margin-top: 10px;
  margin-right: auto;
}

.musicbox {
  float: right;
  margin: 10px;
  background-color: black;
  border: 5px solid white;
  padding: 10px;
  max-width: 300px;
}

.layout {
  display: flex;
  align-items: flex-start
}

.undecoratedlink {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  transform: none;
}

.undecoratedlink::hover {
  text-decoration: none;
  transform: none;
}

#aboutmeprofile {
  position: absolute;
  left: -290px;
  top: 300px;
  border: 5px solid white;
  background-color: black;
  padding: 5px;
  transform: rotate(-10deg);
  max-width: 300px;
  max-height: 200px;
  overflow-y: auto;
}

#aboutmeprofilefox {
  position: absolute;
  left: -270px;
  top: 280px;
  width: 100px;
}
