﻿.app {
    background-color: lightgray;
    width: 170px;
    height: 200px;
    margin-bottom: 20px;
}

    .app img {
        margin: 10px;
        width: 150px;
        height: 150px;
    }

    .app .title {
        font-weight: bold;
        text-align: center;
    }

    .app .info {
        font-style: italic;
    }


.version {
    text-align: right;
    padding-bottom: 20px;
}