body {
    background-color: rgba(163, 162, 162, 0.562);
    background-image: url(https://i.imgur.com/S4JmyZ0.jpg);
    background-repeat: stretch;
    background-position: center;
}
.jumbotron {
    background-image: url(http://static1.grsites.com/archive/textures/beige/beige001.jpg);
    background-attachment: fixed;
    color: rgb(22, 22, 22);
}
h1 {
    text-align: center;
}
.img1 {
    height: 25%;
    width: 25%;
    position: relative;
    margin: 1% 10% 1% 0%;
}
.img2 {
    height: 25%;
    width: 25%;
    position: relative;
    margin: 1% 0% 1% 10%;
}
.display-3 {
    font-family: 'Times New Roman', Times, serif;
}
.projects {
    color: rgb(240, 240, 240);
    font-family: 'Times New Roman', Times, serif;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-evenly;
}

@media (max-width: 500px){
    .project{
        display: flex;
        flex-wrap: wrap;
    }
}