body { 
  background-image: url('homepagebg.gif'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  height: 100vh;       
  min-height: 100vh;
  overflow-x: hidden;
  color: rgb(247, 6, 255);
  font-family: sans-serif;
}

.centerpageimg {
   position: relative;
  display: flex;
  justify-content: center; /* horizontal center */
  align-items: center;     /* vertical center */
  width: 100%;
  height: 100%;       
  margin: 0;
  flex-direction: column;  
}

.blue-border {
  width: 40%;
  height: 70%;
  z-index: 1;
   align-items: center;  
}




.welcome {
  filter: hue-rotate(250deg) saturate(150%);
  background-image: url(welcome.gif);
  background-repeat: no-repeat;
  position: absolute;  
  width: 60%;
  height: 40%;
  background-position: center;
  z-index: 2;
}

.welcomehover a:hover {
  color: #ea96ff;
}

.depopbutton {
  background-image: url(depopbutton.gif);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  scale: 20%;
  position: absolute;  
  transform: translate(-190%, -70%);
  filter: hue-rotate(280deg) saturate(170%);
}

.sparkle-float {
  font-family: 'Links', sans-serif;
  font-size: 3rem;
  padding-block: initial;
  animation:
    floaty-move 3s ease-in-out infinite,
    sparkle-shift 2s linear infinite alternate;
}

.zoom-in {
  display: inline-block;
  transition: transform 0.3s ease;
}

.link-title {
  font-family: 'Links', sans-serif;
  font-size: 2rem;
  filter: drop-shadow(0 0 4px #298dff) drop-shadow(0 0 3px #0bff8d);
  z-index: 10;
  color: #40ffcf !important;
  padding: 0.2rem;
  transform: translate(-370%, -780%); 
}

@font-face {
  font-family: 'Links';
  src: url('CosmicDrift-MAx0v.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.galaxy {
background-image: url(galaxy.gif);
z-index: 1;
 background-repeat: no-repeat;
  width: 100%;
  height: 3%;
   position: absolute;  
    transform: translate(-20%, -600%); 
  scale: 70%;
    filter: drop-shadow(0 0 4px #5675ff) drop-shadow(0 0 3px #1b0bff);
}

