html {
  font-family: Arial, Helvetica, sans-serif;
}

body {
  padding: 0%;
  margin: 0%;
  height: 0%;
  background-image: url(file/back.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#entering {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
  color: #f8c8dc;
  background-color: rgba(0, 0, 0, 0.753);
  align-items: center;
  justify-content: center;
  z-index: 9999;
  display: flex;
}

#entering h1 {
  font-size: 45px;
  margin: 0%;
  margin-top: 7px;
  margin-bottom: 10px;
  font-size: 25px;
  background: linear-gradient(
    to right,
    #f265f7,
    #f65efc,
    #f654fc,
    #f149f7,
    #ec40f1,
    #e21de9
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  background-size: 200% auto;
  animation: color 10s linear infinite;
}

.fade-out {
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
}

.bio {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.carding {
  backdrop-filter: blur(10px);
  border-radius: 5px;
  height: 300px;
  width: 300px;
}

.items {
  text-align: center;
  margin-top: 50px;
}

.pfp {
  border-radius: 60px;
  border: solid 2px #ff7cf8;
}

.user {
  font-size: 25px;
  margin: 0%;
  margin-top: 7px;
  margin-bottom: 10px;
  font-size: 25px;
  background: linear-gradient(
    to right,
    #2296c5,
    #099ed9,
    #53bde9,
    #4ebcff,
    #43699c,
    #2d4b7f
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  background-size: 200% auto;
  animation: color 10s linear infinite;
}

.links {
  color: #fac431;
  text-decoration: none;
}

@keyframes color {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
