#pss_app{
  background: #016792;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  min-height: 100vh;
  max-width: 100vw;
  align-items: center;
}

.hide {
  display: none;
}

.startScreen{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.title_container {
  margin-top: 50px;
  text-align: center;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1; 
  color: white; 
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
}

.start_screen_img{
  width: 400px;
  margin-top: 20px;
}


.start_btn{
  margin-top: 20px;
  margin-bottom: 20px;
background-color: #303031;
font-size: 2.5rem;
font-weight: 800;
color: white;
padding: 5px 20px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
border: none;
cursor: pointer;
width: 80%;
}

.start_btn:hover{
background-color: #151516;

}

.choose_skill_container {
  display: none; /* Initially hidden */
}

.choose_skill_container {
  display: grid;
  grid-template-columns: repeat(5, 1fr); 
  gap: 10px;
  padding: 20px;
}

.skill_btn {
  padding: 10px;
  margin: 5px;
}

.skill_category {
  margin-bottom: 20px; 
}

.skill_category h3 {
  margin-bottom: 10px; 
}

.skill_buttons_container {
  display: flex; /* Or 'grid' if you prefer */
  flex-wrap: wrap; 
  gap: 10px; 
}

.skill_word_btn {
  padding: 5px 15px; 
  margin: 2px; 
  border: none; 
  background-color: #0075A6; 
  color: white; 
  cursor: pointer;
}

.wrestler-container{
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 16px; 

}

.wrestler-container .wrestler {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.instructions {
grid-column: 1 / -1; 
text-align: center;
color: white;
font-size: 2rem;
margin-bottom: 20px;
text-shadow: 2px 2px 4px rgba(0,0,0,0.3);

}

.wrestler-container img {
  width: 100%;
  max-width: 300px; 
  min-width: 300px;
  max-height: 300px;/* Set a max width if necessary */
}

.naming-content{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.wrestler-image{
max-width: 500px;
max-height: 500px;
}

.wrestler-name-input{
font-size: 3rem;
margin-top: 10px;
}

.set-name-btn{
font-size: 1.2rem;
padding: 15px 10px;
margin-top: 10px;
cursor: pointer;
}

.wrestler img{
max-width: 400px;
max-height: 400px;
}

.vs_container {
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
justify-content: center;
}

.vs_images_container {
margin-bottom: 20px; 
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.vs_img_contain{
display: flex;
align-items: center;
}

.vs {
color: white;
font-size: 10rem;
font-weight: 800;
margin-left: 10px;
margin-right: 10px;
}

.vs_button{
font-size: 3rem;
}

.vs_wrestler_screen{
color: white;
}

#startMatchBtn{
font-size: 3rem;
background-color: rgb(220, 36, 36);
color: white;
padding: 10px 20px;
border: none  ;
margin-top: 20px;
cursor: pointer;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
text-shadow: 2px 2px 4px rgba(0,0,0,0.3);

}

#startMatchBtn:hover{
font-size: 3rem;
background-color: rgb(166, 32, 32);

}

.questions_container{
width: 90vw;
display: flex; /* Add this to use flexbox */
justify-content: center; /* Center children horizontally */
flex-direction: column;
}

.opponents{
display: flex;
align-items: center;
justify-content: space-between;

}

.opponents img{
max-width: 80px;
max-height: 80px;
min-width: 80px;
min-height:80px;
}

.player-info,
.computer-info{
font-size: 1.5rem;
color: white;
font-weight: 200;
}

.score{
color: #ff9e28;
font-weight: 500;
text-shadow: 2px 2px 4px rgba(0,0,0,0.3); 
}

.options-container{
display: grid;
grid-template-columns: repeat(2,1fr);
gap: 10px;
margin: auto;
}

.option{
font-size: 3rem;
color: #333;
cursor: pointer;
}

.word-image{
margin: auto; /* This will center the image if its container is flex */
display: flex; 
justify-content: center; 
align-items: center; 
}

.word-image img{
width: 400px;
margin: auto;
margin-bottom:20px ;
}

.gif_response{
display: flex;
flex-direction: column;
}

.response_points {
display: flex;
justify-content: space-between;
color: white;
font-size: 2rem;
text-shadow: 2px 2px 4px rgba(0,0,0,0.3); 

}

.total_points{
color: yellow;
font-size: 2.5rem;

}

.earned_points{
font-size: 1.5rem;
}

.response_text{
font-size: 6rem;
font-weight: 800;
display: flex;
justify-content: center;
text-shadow: 2px 2px 4px rgba(0,0,0,0.3); 
}

.correct-response{
color: rgb(30, 247, 30);
}

.incorrect-response{
color: rgb(247, 30, 30);

}

.gif{
width: 700px;
}

.gif_response button{
font-size: 2.5rem;
display: flex;
justify-content: center;
margin: auto;
color: #333;
padding: 7px 20px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
cursor: pointer;  
}

.game-over-container{
display: flex;
flex-direction: column;
align-items: center;
}

.winner-image{
width: 150px;
}

.winner-message{
font-size: 5rem;
color: #ff9500;
text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
font-weight: 800; 

}

.celebration-gif{
width: 500px;
}

.game-over-container button{
font-size: 2rem;
padding: 10px 30px;
cursor: pointer;
margin-top: 10px;
}



.letters-container {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px;
}

.letter_start_btn {
  cursor: pointer;
  padding: 10px;
  margin: 5px;
  background-color: #f0f0f0;
  transition: background-color 0.3s; /* Smooth transition for hover effect */
  display: flex;
  justify-content: center;
  font-size: 4rem;
  font-weight: 800;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.letter_start_btn:hover {
  background-color: #e0e0e0; /* Highlight on hover */
}

.card{
  background-color: white;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px 80px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);


}

.back_to_start_screen{
  cursor: pointer;
  font-size: 1.1rem;
}

h2{
  font-size: 24rem;
font-weight: 900;
padding: -300px;
margin-top: -100px;
text-shadow: 2px 2px 4px rgba(0,0,0,0.3); /* x-offset, y-offset, blur-radius, color */

}

.visuals{
  margin-top: -60px;
}

.visuals img{
  max-width: 300px;
  min-width: 300px;
  min-height: 320px;
  max-height: 320px;
}

.card_buttons_container{
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}

.card_buttons{
  font-size: 1.6rem;
  cursor: pointer;
  margin-left: 6px;
  margin-right: 6px;
  background-color: #FAB22C;
  border: none;
  padding: 5px 10px;
  color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

}

.card_buttons:hover{

  background-color: #c48b23;

}

.match-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* Add more styles for positioning and sizing */
}

.wrestler {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Add more styles for positioning and sizing */
}

.vs {
  font-size: 2em; 
  /* Style for the VS text */
}

.answer-options {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  /* Add more styles for positioning and sizing */
}

.answer-btn {
  margin: 0 10px;
  /* Style for the answer buttons */
}


.skill_btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.skill_btn:not(.disabled):hover {
  cursor: pointer; /* Change cursor on hover */
}

.skill_btn:not(.disabled):hover::after {
  /* Tooltip styles */
  content: attr(title);
  position: absolute;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  display: block; /* Show the tooltip */
}

@media (max-width: 768px) {
.wrestler-container img {
  width: 100px;
  max-height: 300px;

}

.vs_img_contain img{
width: 300px;
}

}

@media (max-width: 600px) {
.title_container{
font-size: 4rem;
}

.wrestler-container{
display: grid;
grid-template-columns: repeat(1, 1fr); 
gap: 16px; 

}

.vs_img_contain img{
width: 300px;
}

.gif_response{
display: flex;
margin: auto;
flex-direction: column;

}

.gif_response img{
width: 500px;
margin: auto;
}



}
