.header-style {
    background-image: url('/media/icons/background.jpg');
    background-size: cover;
}
.header-style > h1 {
    text-shadow:1px 1px 1px #000000, 1px 1px 1px #000000;
}
.project-description {
    max-width: 100%;
    margin-top: 2%;
}
img {
    max-height: 150px;
}