body {
  margin: 0;
  font-family: 'Verdana', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
  'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #161917;
  color: #dedede;
}

h1 {
  font-size: 1.9em;
  line-height: 1.1;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

p {
  margin-top: 0px;
  margin-bottom: 6px;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #ffffff;
  text-decoration: none;
}

div#home {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 35px;
}

div#stores {
  display: flex;
  flex-direction: column;
}

div#qrbox {
  margin-top: 40px;
}

.store-button {
  margin-top: 30px;
}

.message-title {
  margin-top: 30px;
  font-size: 20px;
}

.message-text {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}
