*{
    font-family: 'Raleway', sans-serif;
}
body{
    margin: 0;
    height: 100vh;
}

hr{
    width: 1rem;
}

#view_jobs{
    height: fit-content;
    width: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#title_div{
    text-align: center;
}


.jobContainer{
    padding: 1rem;
    height: 100%;
    min-width: 1rem;
    border-radius: 1.125rem;
    background-color: rgb(224, 224, 224);
}

.boldText{
    font-size: 1.3rem;
}

#big_container{
    width: 100%;
}
    