<style type="text/scss">
  button.big {

    border: none;
    border-radius: 1rem;
    text-align: center;
    color: hsla(100, 25%, 100%, 0.8);
    background-color: coral;
    margin: 1rem auto;

    h3 {
      font-weight: bold;
      text-align: center;
      margin: 0.5em;
    }
  }
</style>