
@import url('https://fonts.googleapis.com/css2?family=Archivo&family=Lexend+Deca&family=Raleway:ital,wght@0,100;0,200;0,500;1,100;1,300&display=swap');


body {
  height: 100%;
            margin: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: transparent;
            color: white;
            font-family: Arial, sans-serif;
            font-size: 24px;
            overflow: hidden;
            background-color: black;
}

a {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

.ctebtn {
  font-family: Arial, Helvetica, sans-serif;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

#enter-site {
  cursor: pointer;
  text-align: center;
  z-index: 2;
  position: flex;
  background-color: rgba(0, 0, 0, 0.541);
  padding: 2000px;
  border-radius: 10px;
  text-shadow: 0 0 10px #ffffff65, 0 0 10px #ffffff65, 0 0 10px #ffffff65, 0 0 5px #ffffff65 ;
}
#content {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 1;

}
video {
  position: absolute;
  top: -1;
  left: -1;
  min-width: 100%;
  min-height: 100%;
  width: 103%; /* auto */
  height: 103%; /* auto */
  z-index: 0;
  filter: blur(10px);
  object-fit: contain;
  background-color: black;
}

.bonj {
  color: white;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999px;
  margin-top: 40px;
  height: 45px;
  width: 45px;
  border: none;
  cursor: pointer;
  transition: 0.4s;
}

.bonj:hover {
  background-color: rgba(0, 0, 0, 0.075);
  transition: 0.4s;
  transform: scale(1.1);
}

.bonj:active {
  background-color: rgb(103, 103, 103);
}

.bonjpic {
  height: 20px;
  width: 20px;
}

.container {
  opacity: 0; /* Start with the container hidden */
  display: block; /* Ensure the container takes up space */
  margin-top: 150px;
  width: 450px;
  height: 450px;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  transition: opacity 0.5s ease-in-out; /* Smooth fade-in effect */
  background-color: #111111d0;
}

.container.show {
  opacity: 1; /* Fully visible when this class is added */
  transform: translateX(-50%) translateY(-100%); /* Optional: slide-in effect */
}



.center {
  text-align: center;
  position: center;
}

.sparkle {
  background-image: url(../imgs/sparkle.gif)
}

.rank {
  font-family: 'Lexend Deca', sans-serif;
  color: rgb(82, 122, 255);
  font-size: 20px;
  text-shadow: 0 0 10px #44b4ff65, 0 0 10px #44b4ff65, 0 0 10px #44b4ff65, 0 0 10px #44b4ff65, 0 0 10px #44b4ff65;
}

.username {
  color: white;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 20px;
  margin-top: 0px;
}

.pfp {
  height: 200px;
  width: 200px;
  border-color: black;
  margin-bottom: 0px;  
  border-radius: 999px;
  margin-top: 35px;
}

.bio {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 15px;
  color: rgb(168, 168, 168);
}

#bgvideo {
  position: aboslute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  filter: blur(9px);
}