body {
    background: #0f1117;
}

#page_container {
    max-width: 1800px;
}

.service-card {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.service-card:hover {
    transform: translateY(-2px);
}

.service-card h2 {
    font-weight: 600;
}

#information-widgets {
    margin-bottom: 25px;
}
