body, html {
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: Verdana, sans-serif;
    text-align: center;
}

div.page-header {
    height: 100px;
    width: 100%;
    background-color: #292D35;
}

div.page-header img {
    margin-top: 32px;
}

div.content {
    width: 100%;
    margin: 3px 3px 3px 3px;
}

div.content h2 {
    margin-top: 30px;
}

div.store-badges {
    display: inline-block;
    max-width: 100%;
}

div.store-badges img {
    margin: 10px;
    width: 200px;
}