h2 {
  margin-bottom: 1.5rem;
}

h6 {
  margin: 0 !important;
  padding: 0.5rem 0 !important;
}

.wrapper {
  max-width: 95%;
  max-height: 100%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 3px 3px;
  color: #f7ba02; /* Blue */
  background-color: #202a44; /* Dark Blue */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.navbar {
  padding-top: 0px;
}

.container-data {
  display: flex;
  justify-content: space-around;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

#GameContent {
  position: relative;
  margin: 0 auto 0 auto;
  height: 75vh; /* 75% of the viewport height */
  width: 100%;
  border-bottom: 2px solid #f7ba02; /* Blue */
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#gameInput {
  font-size: 50px;
}

.word {
  position: absolute;
  color: #f7ba02; /* Blue */
  padding: 0 10px;
  width: auto;
  height: auto;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.word p {
  position: relative;
  margin: 0;
}

.modal-gameover {
  display: flex;
  flex-direction: column;
  padding: 0% 25%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

input {
  border-radius: 0 !important;
  border: none !important;
}

.btn-modal {
  transition: all 0.5s;
  margin: 0.3em 0;
}

.btn-modal a {
  color: #202a44; /* Dark Blue */
  text-decoration: none;
}

.btn-modal:hover,
.btn-modal a:hover {
  background-color: #f7ba02; /* Blue */
  border-radius: 8px; /* Add border radius */
  color: #202a44 !important; /* Dark Blue */
  transform: translateY(-4px);
}

audio {
  position: absolute;
  top: 2%;
  right: 2%;
}

.btn {
  font-weight: bold;
  font-size: 1.1rem; /* Slightly thicker font */
}

.btn.back {
  font-size: 0.8rem;
}
