
.create-goal-title {
  display: flex;
  width: 100%;
  justify-content: center;
}
.create-goal-title img {
  margin-left: 5px;
}

.create-description {
  text-align: center;
  margin: 40px;
}

.cta a, button {
  text-decoration: none;
  min-width: 120px;
  display: inline-block;
  text-align: center;
}

.secondary-btn {
  margin-right: 10px;
}

form {
  max-width: 400px;
  margin: auto;
}