html,
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: rgb(30, 30, 30);
    color: white;
}

tr,
td {
    color: white;
}

a,
.btn-link {
    color: #006bb7;
}

.hover-enlarge {
    transition: transform 0.3s ease;
}

.hover-enlarge:hover {
    transform: scale(1.05);
}