@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap');

#mainImage {
  display: block;
  max-width: 100%;
  height: auto;
}
#mainImage {
  margin-top: 16px;
}
.button-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}
.button {
  font-family: "Noto Sans Thai", sans-serif;
  font-weight: bold;
  border-radius: 8px;
  padding: 24px 48px;
  font-size: 24px;
  color: white;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
#noButton {
  background-image: linear-gradient(to right, #f87171, #ef4444, #dc2626);
}
#noButton:hover {
  transform: scale(1.05) rotate(-5deg);
}
#loveButton {
  background-image: linear-gradient(to right, #ec4899, #db2777, #be185d);
}
#loveButton:hover {
  transform: scale(1.05) rotate(5deg);
  background-image: linear-gradient(to right, #ff0077, #ff5599);
}
@media (max-width: 640px) {
  .title {
    font-size: 20px;
  }
  .button {
    font-size: 20px;
    padding: 20px 40px;
  }
}
h1 {
  font-family: "Noto Sans Thai", sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body {
  font-family: "Noto Sans Thai", sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: white;
}
.container {
  text-align: center;
}
.title {
  font-family: "Noto Sans Thai", sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.hidden {
  display: none;
}
.footer {
  color: #be185d;
  text-align: center;
  font-size: 13px;
  position: absolute;
  bottom: 0%;
}
img {
  display: block;
  margin: 20px auto;
}
