﻿.art_container
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.art_item
{
    background-color: #f8f9fa;
    margin: 2em;
    padding: 2em;
    text-align: center;
}
.art_item img
{
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     max-height: 15em;
     margin: 1em;
}
.art_item .artist
{
     text-transform: uppercase;
     font-size: 1.2em;
}
.art_item .title
{
    font-style: italic;
}
.art_item .info, .art_item .price
{
    font-size: 0.85em;
}
.art_item .link
{
    font-decoration: underline;
}

