body {
    background:#eee;
}

.stores {
    max-width:600px;
    display:flex;
    flex-direction: column;
    align-items: center;
}

.store {
    width:80%;
    margin-top:10px;
}

.store img {
    width:100%;
}

.app-icon {
    width:80%;
    margin-top:10px;
}
