@font-face {
  font-family: "PK-Maehongson-Medium";
  src: url("src/font/PK-Maehongson-Medium.woff2") format("woff2");
  /* Modern Browsers */
}

body {
  font-family: "PK-Maehongson-Medium", sans-serif;
  text-align: center;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  height: 100vh;
  margin: 0;
  background-color: #ffdb58;
}

#question-container{
  font-family: "PK-Maehongson-Medium", sans-serif;
  width: 80%;
  height: auto;
  max-width: 600px;
  padding: 20px;
  margin: 20px auto;
  background-color: #febe00;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 12px; /* Adjust the font size as needed */
}

#result-container {
  width: 100%;
  height: auto;
  padding: 20px;
}

/* CSS for the image container */
.img-container {

}

/* CSS for the image */
.img-container img {
  top: 0; /* Align the top of the image with the top of the container */
  left: 0; /* Align the left of the image with the left of the container */
  width: 100%; /* Ensure the image spans the entire width of the container */
  height: auto; /* Allow the image height to adjust proportionally */
}



/* Additional styles */
#reset {
  margin-top: 20px;
  margin-bottom: 20px;
}

#welcome-container{
  font-family: "PK-Maehongson-Medium", sans-serif;
  width: 80%;
  max-width: 600px;
  padding: 10px;
  margin: 20px auto;
  border-radius: 10px;
}

.welcome-container h2 {
  font-size: 20px;
  font-weight: bold; /* หรือสามารถใช้ค่าอื่น ๆ เช่น 600, 700, 800 ซึ่งมีค่าหมายถึงความหนาของตัวอักษร */
  line-height: 20px;
  color: #cc7722;
}


.welcome-container h3 {
  font-size: 18px;
  line-height: 5px;
  color: #cc7722;
}

#question-container {
  font-family: "PK-Maehongson-Medium", sans-serif;
  /* Additional styles for the question container if needed */
}

.gif-container {
  max-width: 100%; /* Ensure the container doesn't exceed the width of its parent */
  max-height: 100%; /* Ensure the container doesn't exceed the height of its parent */
  overflow: hidden; /* Ensure GIF doesn't overflow */
  display: flex;
  justify-content: center;
  align-items: center;
}

.gif {
  max-width: 100%; /* Ensure the GIF doesn't exceed the width of its container */
  max-height: 100%; /* Ensure the GIF doesn't exceed the height of its container */
  width: auto; /* Let the width adjust proportionally to the height */
  height: auto; /* Let the height adjust proportionally to the width */
}

.logo {
  max-width: 50%; /* Ensure the GIF doesn't exceed the width of its container */
  max-height: 50%; /* Ensure the GIF doesn't exceed the height of its container */
}

.options {
  font-family: "PK-Maehongson-Medium", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.start {
  font-family: "PK-Maehongson-Medium", sans-serif;
  width: 40%;
  margin: 10px;
  padding: 10px;
  font-size: 20px;
  border-radius: 70%;
  background-color: #ffff;
  border: none;
}

.option {
  font-family: "PK-Maehongson-Medium", sans-serif;
  width: 60%;
  margin: 10px;
  padding: 10px;
  font-size: 15px;
  color: #9b7400;
  border-radius: 10px;
  border: none;
}

/* Media queries for responsiveness */
@media (max-width: 600px) {

  .option {
    flex: 0 0 100%;
  }

  .result-container {
    margin-top: 20px;
  }
}
