body {
    font-family: 'Quicksand', sans-serif;
}

.btn-light {
    color: rgb(33, 37, 41) !important;
}

.img-hover:hover {
    filter: grayscale(50%);
}