@import url('https://fonts.googleapis.com/css2?family=Space+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: 'MerchantCopyWide';
  src: url('MerchantCopyWide.woff2') format('woff2'),
       url('MerchantCopyWide.woff') format('woff');
}

body {
    overflow: hidden;
    user-select: none;
    background-color: #000000;
}

.loader {
position: absolute;
top: 70%;
left: 50%;
transform: translate(-50%, -50%);
z-index: -11;
}

  .sparkle {
    background-image: url('../css/sparkle_white.gif');
}

#myVideo {
    position: fixed;
    filter: brightness(0.5);
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    z-index: -10;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: ease-in-out 0.5s;
    background-color: #000000;
}

#overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

#overlay a {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 1.10em;
    font-weight: bold;
    cursor: pointer;
}

.home {
  font-family: "Poppins", sans-serif;
  position: fixed;
  top: 0px;
  width: 1%;
  text-align: center;
  line-height: 17px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 1.5;
}

.member {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.name {
  margin-top: -5px;
  font-size: 32px;
  color: white;
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  text-align: center;
  text-decoration: underline;
  cursor:text;
  user-select: text;
}

.pfp {
  box-shadow: 0px 0px 3px 5px #e8f5ff;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  cursor: crosshair;
  -webkit-user-drag: none;
}

.social {
  margin-top: -25px;
  text-align: center;
  font-size: 22px;
}

.social:hover {
  color: rgb(92, 92, 92);
}

a {
  text-decoration: none;
   color:white;
   transition: ease 0.5s;
}

a:hover {
  color: rgb(129, 129, 129);
}

footer {
  font-family: 'MerchantCopyWide', sans-serif;
    position: fixed;
    bottom: 10px;
    width: 100%;
    text-align: center;
    line-height: 17px;
    font-weight: 400;
    font-style: normal;
    font-size: 8px;
    color: rgba(204, 204, 204, 0.493);
    line-height: 1.5;
}
