.text-justify {
  text-align: justify;
}

.success-message {
  color: #74b042;
  text-align: center;
}

.submit_button {
  display: flex;
  width: 100%;
  justify-content: center;
}
.submit_button input {
  font-size: 1.2rem;
  font-weight: bold;
}

.display_hidden {
  display: none;
}

.error_text{
  color: red;
}