a,
button,
.transition-color {
    transition-property: color, background-color, border-color;
    transition-duration:  .3s;
    transition-timing-function: ease;
}

a {
    color: #B81B58;
}

a:hover {
    color: #024682;
}

a.fa:before{
    padding-right: 10px;
}

h2 {
    color: #B81B58;
}

h3 {
    color: #B81B58;
}
