
body{
    /*     background-color: #0F0F0F; */
        background-image: url("art.png");
        background-position: cover;
        background-repeat: no-repeat;
        color: var(--white-color);
        font-family: 'Montserrat', sans-serif;
    }

main{
    padding: 6.063rem 1rem 0rem 1rem;
}

.infoHead{
    opacity: 70%;
}

.JobContent{
    max-width: 800px;
    min-height: 500px;
    background: linear-gradient(to right,#11111360, #1c1a2080);
    box-shadow: 0px 6px 10pt #00000060;
    padding: 0.875rem;
    border-radius: 1.563rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    margin: 50px auto;
}

.JobFooter{
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.JobFooter p:first-child{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.infoHead{
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.infoHead div{
    display: flex;
    align-items: center;
    gap: 10px;
}

.InfoSection{
    margin-bottom: 20px;
}

.InfoSection h2{
    font-size: 30px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 5px;
}

.InfoSection p{
    opacity: 70%;
}

.JobContent h1{
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.JobContent .Content{
    margin-top: 20px;
}

@media  screen and (min-width:1000px) {
    .JobContent{
        padding: 2rem;
    }
}

.benefits{
    list-style: inside;
    padding-left: 20px;
    font-size: 16px;
    opacity: 70%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}