html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 60px;
    background-color: #008cff;
    color: #000;
}

.navbar {
    background-color: #ffffff !important;
}

.navbar-brand {
    font-weight: 700;
}

.nav-link {
    font-weight: 500;
}

.container,
.container-fluid {
    position: relative;
    z-index: 1;
}

.card {
    border-radius: 12px;
}

img {
    object-fit: cover;
}

footer {
    margin-top: 30px;
    background-color: #ffffff;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: transparent;
}

    table thead th {
        background-color: yellow !important;
        color: black !important;
        border: 1px solid black !important;
        text-align: center;
    }

    table tbody td {
        background-color: #32cd32 !important;
        color: black !important;
        border: 1px solid black !important;
        vertical-align: middle;
    }

.table th {
    background-color: yellow !important;
    color: black !important;
    border: 1px solid black !important;
}

.table td {
    background-color: #32cd32 !important;
    color: black !important;
    border: 1px solid black !important;
}

.btn-link {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, label, span, div {
    color: black;
}

.actions-column {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    text-align: center;
    white-space: nowrap;
}

.action-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.icon-link {
    font-size: 22px;
    text-decoration: none;
    display: inline-block;
}

    .icon-link:hover {
        transform: scale(1.15);
        text-decoration: none;
    }

.page-photo {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border: 2px solid black;
}