* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.back {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #404040;
    position: fixed;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 4em;
    text-align: center;
}
.back a {
    padding-top: 1em;
    text-decoration: none;
    color: white;
    transition: 0.2s;
    font-family: 'Bree Serif', serif;
}
.back a:hover {
    border-bottom: 2px solid white;
    padding-bottom: 3px;
}
.section-heading {
    margin-top: 3em;
    font-size: 20px;
    text-align: center;
    width: 100%;
    color: white;
    height: 50px;
    padding-top: 10px;
    font-family: 'Bree Serif', serif;
    letter-spacing: 5px;
    background-color: rgb(167, 36, 36);
}
.image-project {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 2em auto;
    padding: 20px 30px;
}
.image-gallery {
    text-align: center;
    font-family: 'Bree Serif', serif;
    background-color: rgba(223, 214, 214, 0.794);
    margin: 1em 0;
    box-shadow: 10px 14px 18px 10px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.image-gallery p {
    padding: 30px 20px;
}