.wrapper{
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-wrap: wrap;
    min-height: 90vh;
}
.artPiece{
    display: flex;
    flex-direction: column;
    margin: 30px;
    line-height: 0px;
    font: normal normal normal 10px/1px Obvia;
}
h1{
    font-family: Nimbus Roman D;
    font-style: normal;
    font-weight: normal;

}

p{
    font-family: Obvia;
    font-style: normal;
    font-weight: normal;
}