body {
  padding: 0 20px;
  font-family: "Titillium Web", sans-serif;
}

.nfc_logo {
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Shared action button styles */
.download_vcard_button,
.web-view-button,
.connect-back-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #169dfe;
  color: white;
  border: none !important;
  border-radius: 30px !important;
  box-sizing: border-box;
  box-shadow: none !important;
  cursor: pointer;
  font-weight: 600;
  line-height: 24px;
  opacity: 1;
  outline: none !important;
  padding: 0 24px;
  height: 48px;
  width: fit-content;
  max-width: 90%;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  word-break: break-word;
  font-family: 'Titillium Web', sans-serif;
  font-size: large;
}

/* Remove all focus and active states */
.download_vcard_button:focus,
.download_vcard_button:active,
.web-view-button:focus,
.web-view-button:active,
.connect-back-button:focus,
.connect-back-button:active {
  outline: none !important;
  border: none !important;
  background-color: #169dfe !important;
  opacity: 1 !important;
  box-shadow: none !important;
}
.download_vcard_button,
.download_vcard_button:hover,
.download_vcard_button:focus,
.download_vcard_button:active,
.connect-back-button,
.connect-back-button:hover,
.connect-back-button:focus,
.connect-back-button:active,
.web-view-button a,
.web-view-button a:hover,
.web-view-button a:focus,
.web-view-button a:active {
  text-decoration: none;
  color: var(--text-color);
}

/* Disable tap highlight for buttons */
.download_vcard_button,
.connect-back-button,
.web-view-button,
a.download_vcard_button,
a.web-view-button {
  -webkit-tap-highlight-color: transparent;
}

.flex {
  display: flex;
  justify-content: space-between;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-center {
  text-align: center;
}
