@font-face {
  font-family: "Minecraft-Regular";
  src: url("https://anima-uploads.s3.amazonaws.com/5c5ab4264870f00009334835/minecraftfont.ttf") format("truetype");
}
body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    background-image: url(bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    cursor: url('cur.png'), auto;
}
.mute {
  font-family: "Minecraft-Regular", Helvetica;
  text-decoration: underline;
  font-size: 20px;
  color: rgb(134, 134, 134);
  background: none;
  border: none;
  transition: color 200ms ease-in-out;
}
.mute:hover {
  color: black;
  cursor: url('hover.png'), auto;
}
.desktop {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 2px solid rgba(83, 83, 83, 0.6);
    background: rgba(32, 32, 32, 0.5);
    backdrop-filter: blur(5px);
    width: 331px;
    height: 437px;
    flex-direction: column;
    /*box-shadow: 0px 0px 50px #454545;*/
}
  .desktop .lukebg {
    position: absolute;
    width: 180px;
    height: 180px;
    margin-top: -130px;
    z-index: 1;
  }
  
  .desktop .lukepfp {
    width: 168px;
    height: 168px;
    z-index: 3;
  }
  
  .desktop .text-wrapper {
    width: 256px;
    height: 54px;
    font-family: "Minecraft-Regular", Helvetica;
    width: 35%;
    font-weight: 400;
    color: #ffffff;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: -10px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    overflow: hidden;
    white-space: nowrap;
  }
  
  .desktop .spotify-logo-without {
    width: 38px;
    height: 38px;
    cursor: url('hover.png'), auto;
  }
  
  .desktop .dc {
    width: 46px;
    height: 46px;
    cursor: url('hover.png'), auto;
  }
  
  .desktop .twitch-logo {
    width: 36px;
    height: 38px;
    cursor: url('hover.png'), auto;
  }
  
  .desktop .instagram-logo-icon {
    width: 40px;
    height: 38px;
    cursor: url('hover.png'), auto;
  }
  .desktop .socials {
    justify-content: space-between;
    margin-top: 10px;
    cursor: url('hover.png'), auto;
  }
  .desktop .socials .twitch-logo {
    margin: 0 10px 0 0;
    cursor: url('hover.png'), auto;
  }
  .desktop .socials .dc {
    margin: 0 10px 0 0;
    cursor: url('hover.png'), auto;
  }
  .desktop .socials .spotify-logo-without {
    margin: 0 10px 0 0;
    cursor: url('hover.png'), auto;
  }

/* Overlay styles */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(10px);
}

.overlay-message {
  color: white;
  font-family: "Minecraft-Regular", Helvetica;
  font-size: 45px;
  text-align: center;
}

html {
  overflow: hidden;
  background-color: black;
}