html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, footer, header, hgroup, menu, nav, p {
color : white;

}


.app-cell img {
    display: block;
    padding: 2px;
}
.app-offer {
    height: 50px;
    background-repeat: no-repeat;
    width: auto;
}

.app-container {
    margin: 0 auto;
    max-width: 480px;
    padding: 0 5rem;
}

.app-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    align-items: left;
    padding: 2px;
}

