Specific Setting - Button

File: index.html
<!-- this is the layout for a button -->
<!-- put the class "cta" to your link or whatever -->
<a href="thank-you.html" class="cta">read more</a>

<!-- add the class "cta-white" to have the 2nd layout button -->
<a href="thank-you.html" class="cta cta-white">read more</a>