html, body {
  height: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

.container {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 2em;
  align-items: center;
  justify-content: center;
  flex-wrap: column wrap;
}

.suex-logo {
  width: 200px;
}

.content-box {
  text-align: center;
}

.stores {
  margin: 25px;
}

.explanation {
  max-width: 600px;
  font-size: 0.8em;
}

.badge {
  text-decoration: none;
}

.google-badge {
  height: 40px;
}
