*
{
      -webkit-font-smoothing: antialiased !important;
}

.btn-haras{
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    letter-spacing: .2em;
    background: #967d66;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none !important;
    border-radius: 5px;
    transition: 0.5s all;
}

.btn-haras:hover{
    background: #fff;
    color: #967d66 !important;
}
