body {
  font-family: Arial, sans-serif;
}

.health_title {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 10px;
  margin-top: 10px;
  background-color: rgb(15, 133, 93);
  color: white;
  border-radius: 15px;
}
.birth {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 5px;
}
.birthdate,
.birthhour_select {
  width: 200px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  margin-top: 5px;
  color: blue;
}
.birthhour {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.chat-container {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.chat-bubble {
  background-color: #f1f1f1;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.user-bubble {
  background-color: #e2f7fd;
  text-align: right;
}

.bot-bubble {
  background-color: #f1f1f1;
  text-align: left;
}

.chat-input {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.send-button {
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.intro-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.intro-container img {
  width: 50%;
  min-width: 300px;
}
.intro-container h1 {
  text-align: center;
  font-size: 1.2rem;
}

#loader {
  font-size: 25px;
  text-align: center;
}

.health_ad {
  background-color: #ccc;
  font-size: 1rem;
  color:white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  min-width: 350px;
  min-height: 100px;
}