.button {
    display: block;
    width: 160px;
    height: 32px;
    padding: 3px;
    margin: 5px 0px;
    border: #24292f solid 1px;
    text-align: center;
    border-radius: 5px;
    color: #24292f;
    background-color: #ebf0f4;
    text-decoration: none;
    font-size: 16px;
    line-height: 25px;
}