


.button {
    border: none;
    outline: none;
    padding: 0.6em 1.2em;
    margin: 0 6px;
    background: #a73141;
    color: #fff;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
}

.button:hover {
    background: #cb3b4f;
}

.demo {
    background: #ee455d;
    color: white;
}

.demo .content h3 {
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 14px 0;
    font-size: 28px;
    font-weight: 100;
}

.demo .content > div {
    padding: 24px 36px;
    line-height: 1.5rem;
}

.demo .content > div .button {
    display: block;
    margin: 24px auto 0;
}