.w3-text-theme {
    color: #0f2a52 !important;
}

.w3-theme {
    background-color: #0f2a52 !important;
    color: #fff !important;
}

footer {
    background-color: #333333 !important;
}

.resource-box {
    transition: all 0.3s ease;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.resource-box:hover {
    transform: translateY(-5px);
}

.resource-type {
    line-height: 1.2;
}

.resource-box-link {
    text-decoration: none !important;
}