body {
  font-family: Arial, sans-serif;
  text-align: center;
  padding: 10px;
  background: #fafafa;
}
img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
input,
button {
  padding: 14px;
  font-size: 1.1rem;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin: 8px 0;
  width: 80%;
  box-sizing: border-box;
}
#feedback {
  font-weight: bold;
  margin-top: 15px;
}
.dropdown-item {
  font-size: 1.1rem;
  padding: 14px;
}
@media (max-width: 500px) {
  .streak {
    font-size: 1rem !important;
    top: 10px !important;
    right: 10px !important;
  }
  div[style*="inline-block"] {
    width: 100% !important;
    max-width: 100% !important;
  }
}
