body {
  font-family: "Roboto", sans-serif;
}
main {
  padding: 1rem;
  min-height: calc(100vh - 2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#privacy-policy {
  align-items: flex-start;
}

h1 {
  font-size: 24px;
  text-align: center;
}

h2 {
  font-size: 16px;
}

a {
  color: #00ab44;
  font-weight: bold;
}
.continue-in-app {
  font-size: 18px;
}
.logo {
  width: 100%;
  max-width: 340px;
  height: auto;
  object-fit: contain;
  margin-bottom: 1rem;
}

ul {
  padding-left: 1rem;
  list-style: none;
}

ul li::before {
  content: "\25AA";
  color: #00ab44;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.address-row {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.download-from-store {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 300px) {
  .download-from-store {
    flex-direction: column;
  }
}
.download-from-store a {
  margin: 5px;
}
.download-from-store img {
  width: 120px;
}

table {
  border: 1px solid #b3adad;
  border-collapse: collapse;
  padding: 5px;
}
table th {
  border: 1px solid #b3adad;
  padding: 5px;
  background: #f0f0f0;
  color: #313030;
}
table td {
  border: 1px solid #b3adad;
  text-align: center;
  padding: 5px;
  background: #ffffff;
  color: #313030;
}
