.app_grid {
    display: flex;
    flex-wrap: wrap;
}

.app_grid div {
    padding: 10px;
    text-align: center;

    img {
        height: 150px;
    }

    a:link {
        text-decoration: none;
        color: black;
    }

    a:visited {
        text-decoration: none;
        color: black;
    }

    a:hover {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

    figure {
        padding: 5px;
        margin: auto;
    }

    figcaption {
        padding: 10px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
    }
}
