*{
    font-family: 'Poppins', sans-serif;
}

body{
    overflow-x: hidden;
    position:relative;
 }

 header{
    position:sticky;
    z-index: 999;
    background-color: white;
    width: 100vw;
}

.boxtop {
    text-decoration: none;
    background-color: blue;
    text-align: center;
    color: white;
    font-size:large;
    font-weight: 600;
    padding: .5em;
    text-shadow: rgba(21, 10, 95, 0.242) 5px 3px 5px;
}

.boxtop a {
    color: white;
}

.navbar li a{
    color: #022D84;
    margin-right: 25px;
}

nav a{
    text-decoration: none;
}

.container-application {
    height: 1000px;
    background-color: #022d8498;
}

h1, p {
    color: white;
}

#jobsection {
    background: url(../multimedia/IMG_6454.jpg)no-repeat;
    background-size: 100%;
}

.poweredby a{
    font-size: .8em;
    color: grey;
    text-decoration: none;
}