.cursive {
  font-family: "Dancing Script", cursive;
}

#loader {
  width: 300px;
  height: auto;
  display: none; /* hide by default */
  margin: auto;
  margin-top: 30px;
}

.explainer {
  font-size: 12px;
  margin-bottom: 10px;
}

.footer {
  margin-top: auto;
  color: black;
  text-align: center;
  font-size: 12px;
  padding: 10px;
  background-color: #f9f9f9;
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
}

.footer a {
  color: black;
  text-decoration: underline;
}

.decision {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.prompt {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left;
}

.decision_button {
  border: 2px solid #4caf50;
  color: black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 10px;
  cursor: pointer;
  border-radius: 5px;
}

.decision_button:hover {
  background-color: #4caf50;
  color: white;
}

#dashboard {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#dashboard div {
  font-size: 16px;
  font-weight: bold;
}

#hype-value,
#yield-value,
#risk-value {
  font-weight: normal;
}
