.lead{
    font-weight: bold;
}

.site-title{
    letter-spacing:0;
    line-height: 1.2em;
}

.site-title {
    font-size: 53px;
}

p > a {
    background-color: #5E2751;
    color: #fff;
    text-align: center;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid #5E2751;
}
p > a:hover {
    color: #fff;
    background-color: #343434;
    border-color: #343434;
    text-decoration: none;
}
