body {
    /* font-family: 'Slabo 27px', serif; */
    font-family: 'Afacad', sans-serif;    
}

a, a:hover{
    color: #17a2b8;
}

.text-pink {
    color: #EA5297;
}

.btn-pink {
    background-color: #ea5297;
    border-color: #ea5297;
    color: #fff;    
}

.btn-pink:hover {
    background-color: #ea5297;
    color: #fff;
    opacity: 0.8;
}