body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#front{
    margin-top: 150px;
}
.section-title {
    margin-bottom: 30px;
    font-weight: 700;
    color: #333;
}
.bg-light-custom {
    background-color: #f8f9fa;
}
.btn-custom {
    margin: 5px;
}
.career-pathways .btn-secondary {
    background-color: #007bff;
    border-color: #007bff;
}
.list-unstyled li a {
    color: #007bff;
}
.list-unstyled li a:hover {
    text-decoration: underline;
}
.resource-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}
.content-section {
    padding: 20px 0;
}