body {
    background-color: #f8f9fa;
}
.navbar {
    background-color: #003049;
}
.navbar-brand {
    color: white;
}
.job-img {
    width: 100%;
    height: auto;
}
.job-description {
    font-size: 0.9rem;
    margin-top: 10px;
}
.posted-date {
    color: #28a745;
    font-size: 0.85rem;
}
.job-card {
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.job-header {
    background-color: #dfe3ea;
    border-radius: 10px;
    padding: 10px;
}
body {
    background-color: #f8f9fa;
}
.navbar {
    background-color: #003049;
}
.navbar-brand {
    color: white;
}
.job-img {
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.job-description {
    font-size: 1rem;
    margin-top: 15px;
}
.warning {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
}
.user-profile {
    background-color: #e9ecef;
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
}
.user-profile img {
    border-radius: 50%;
}
.posted-date {
    color: #28a745;
    font-size: 0.9rem;
    margin-top: 10px;
}
