* {
    background: #265068;
    color: white;
    text-align: center;
    font-family: Tahoma, Verdana, Arial, sans-serif;
}

body > div {
    width: 400px;
    margin: auto;
}

.store-buttons-container {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.terms a {
    font-size: smaller;
    text-decoration: none;
    color: #b3e5fc; /* Material Light Blue 100 */
}

p {
    text-align: initial;
}

p.terms {
    text-align: center;
}
