
body {
  background-image: url(../images/brown.jpg);
  margin: 50px;
}

 h2 { 
font-family:'Source Sans Pro', sans-serif;
font-size: 200%;
font-weight: bold;
}

h3 { 
font-family:'Source Sans Pro', sans-serif;
font-size: 150%;
font-weight: bold;

}

.gallery header{
  text-transform: uppercase;
  text-align: center;
}

.portfolio-work {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.portfolio-work a {
    width: 28%;
    margin-bottom: 5%;
    color: black;
    text-decoration: none;
}

.portfolio-work img {
    width: 100%;
    height: auto;
    border: 1px solid #612d2d;
    border-radius: 0.25rem;
    padding: 10px;
    box-sizing: border-box;
}

.portfolio-work p {
    text-align: center;
    font-size: 1em;
    font-weight: 300;
    color: black;
}