h1{
    color: #003882e6;
}
.header img{
    max-width:200px;
}

.job{
    max-width:800px;
    border:1px solid gray;
    padding:10px;
    margin:5px;
}
.footer img{
    max-width:200px;
}
.testimonial{
    border: 2px solid green;
    padding:5px;
    border-radius: 5px;
}
.headerImage{
    max-width: 100%;
    margin-bottom: 1rem;
}
.autocomplete .selected {
    background: #003a70;
    color: white;
}