html,
body {
  height: initial;
  background-color: rgb(220, 220, 220);
  font-family: "Montserrat";
}

#page-title {
  margin-top: 10px;
}
input.uppercase {
  text-transform: uppercase;
}
#sample-task {
  display: none;
}
#instructions-demo {
  border: 3px solid #9846ff;
  border-radius: 5px;
  margin-bottom: 10px;
}
.instructions-img {
  width: 100%;
}
#experiment {
  display: none;
}
#disclaimer-box {
  color: #444;
}
.ui.label {
  margin-bottom: 5px;
}
.title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 25px;
}
.button-style {
  background-image: linear-gradient(135deg, #9846ff 0%, #ff4646 100%);
}
/*# sourceMappingURL=overrides.css.map */
