@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  background-image: url('img.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 200% 200%;
  animation: gradientAnimation 40s ease infinite;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }

}

.desktop1 {
  width: 100%;
  height: 1024px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
}

.desktop {
  gap: 40px;
  top: -10px;
  left: -10px;
  width: 1460px;
  height: 1017px;
  display: flex;
  padding: 10px;
  position: absolute;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}

.hint-border {
  gap: 10px;
  display: flex;
  padding: 20px 31px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.hint-text {
  color: rgba(230, 230, 230, 1);
  width: 627px;
  height: auto;
  font-size: 18px;
  text-align: center;
  font-family: Montserrat, serif;
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}

.secret-word {
  gap: 10px;
  display: flex;
  padding: 40px 70px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.secret-word-text {
  color: #c2bebe;
  width: 461px;
  height: auto;
  font-size: 36px;
  text-align: center;
  font-family: Montserrat, serif;
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}

.user-information {
  gap: 24px;
  width: 380px;
  display: flex;
  padding: 10px;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-between;
}

.amount-of-attempts {
  width: 109px;
  height: 79px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-shrink: 1;
}

.glassmorphism {
  top: 0;
  left: 0;
  width: 109px;
  height: 79px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 1;
  background: rgba(255, 255, 255, 0);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.glass-group1 {
  top: 16px;
  left: 36px;
  width: 33px;
  height: 44px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 1;
}

.amount-of-attempts-text {
  color: #d2d2d2;
  height: auto;
  position: absolute;
  font-size: 36px;
  text-align: center;
  font-family: Montserrat, serif;
  font-weight: 300;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}

.theme {
  width: 227px;
  height: 79px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-shrink: 1;
}

.glassmorphism1 {
  top: 0;
  left: 0;
  width: 227px;
  height: 79px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 1;
  background: rgba(255, 255, 255, 0);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.glass-group {
  top: 15px;
  left: 39px;
  width: 149px;
  height: 44px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-shrink: 1;
}

.theme-text {
  color: #cccccc;
  height: auto;
  position: absolute;
  font-size: 36px;
  text-align: center;
  font-family: Montserrat, serif;
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
.used-letters {
  gap: 10px;
  width: 430px;
  height: 10px;
  display: flex;
  padding: 30px 75px;
  align-items: center;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.text {
  color: rgba(229, 242, 229, 1);
  width: 33px;
  height: auto;
  font-size: 30px;
  text-align: center;
  font-family: Montserrat, serif;
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: line-through;
}
.text01 {
  color: rgba(229, 242, 229, 1);
  width: 33px;
  height: auto;
  font-size: 30px;
  text-align: center;
  font-family: Montserrat, serif;
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: line-through;
}
.text02 {
  color: rgba(229, 242, 229, 0.8999999761581421);
  width: 33px;
  height: auto;
  font-size: 30px;
  text-align: center;
  font-family: Montserrat, serif;
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: line-through;
}
.text03 {
  color: rgba(229, 242, 229, 0.8999999761581421);
  width: 33px;
  height: auto;
  font-size: 30px;
  text-align: center;
  font-family: Montserrat, serif;
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: line-through;
}
.text04 {
  color: rgba(229, 242, 229, 0.800000011920929);
  width: 33px;
  height: auto;
  font-size: 30px;
  text-align: center;
  font-family: Montserrat, serif;
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: line-through;
}
.text05 {
  color: rgba(229, 242, 229, 0.699999988079071);
  width: 33px;
  height: auto;
  font-size: 30px;
  text-align: center;
  font-family: Montserrat, serif;
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: line-through;
}
.text06 {
  color: rgba(229, 242, 229, 0.6000000238418579);
  width: 33px;
  height: auto;
  font-size: 30px;
  text-align: center;
  font-family: Montserrat, serif;
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: line-through;
}
.text07 {
  color: rgba(229, 242, 229, 0.5);
  width: 33px;
  height: auto;
  font-size: 30px;
  text-align: center;
  font-family: Montserrat, serif;
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: line-through;
}
.text08 {
  color: rgba(229, 242, 229, 0.4000000059604645);
  width: 33px;
  height: auto;
  font-size: 30px;
  text-align: center;
  font-family: Montserrat, serif;
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: line-through;
}
.text09 {
  color: rgba(229, 242, 229, 0.30000001192092896);
  width: 38px;
  height: auto;
  font-size: 30px;
  text-align: center;
  font-family: Montserrat, serif;
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: line-through;
}
