/* set paggination color */
.page-link {
    color: black;
}

/* set card behave */
.card-hover {
    min-width: 400px;
    max-width: 500px;
    transition: transform 0.3s ease, border-color 3.0s ease;
}

.card-hover:hover {
    transform: translateY(-10px);
}

/* set go to up button */
.go-to-up {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}

/* set go to up button when scroll */
.nav-tabs .nav-link {
    color: white;
}

.nav-tabs .nav-link.active {
    color: black;
    background-color: white;
}
