.button {
 display: inline-block;
 text-align: center;
 white-space: nowrap;
 color: #FFFFFF;
 text-decoration: none;
 line-height: 1.2;
 font-weight: normal;
 font-family: sans-serif;
 font-size: 18px;
 background-color: #971A3A;
 border-radius: 18px;
 padding: 10px 20px;
 border: 1px solid #971A3A;
 cursor: pointer;
}
.button:hover {
 background-color: #000000;
 border-color: #000000;
}
.button > strong {
 font-size: 24px;
}