html, body {

    font-family: 'Muli', sans-serif;

}

.btn-mine {

    background-color: #01466e;
    color: white;

}

.btn-mine:hover {

    background-color: #949599;
    color: white;

}

.thead-mine {
    background-color: #c9cacc;
    color: white;
}

.strong {
    font-weight: 800;
}