Enhancing with Bootstrap Components

<button class="btn btn-primary">Read More</button>
<div class="card">
    <div class="card-body">
        <h5 class="card-title">Chapter 1</h5>
        <p class="card-text">An overview of the first chapter.</p>
        <a href="#chapter1" class="btn btn-primary">Go to Chapter</a>
    </div>
</div>
<div class="alert alert-info">This is an important note for the reader.</div>