body {
  padding-top: 5rem;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

.success {
  background-color : #8FBC8F;
  border:1px solid green;
}

a {
    text-decoration: underline;
    text-decoration-style: dotted;
}