body {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  max-width: 30rem;
  color: #fff;
  position: relative;
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
}

main {
  padding: 1rem;
}

#profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#profile img {
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*margin-top: -4.5rem;*/
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  box-sizing: content-box;
  pointer-events: none;
  user-select: none;
  /* margin-top: -6rem;*/
}

#info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  line-height: 1.25;
  word-break: break-word;
}

.name {
  font-weight: bold;
  font-size: 1.25rem;
  margin: 0;
}

.jobtitle {
  font-size: 1rem;
  margin: 0.25rem 0 0 0;
}

.actions {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.actionsC {
  width: 33.33%;
}

.actionBtn {
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.actionBtn a {
  border-radius: 100%;
  padding: 0.75rem;
  line-height: 0;
}

.actionBtn p {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
}

.secondary {
  margin-top: 1.25rem;
}

.secBtn {
  padding: 1rem;
}

a {
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
}

#vcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
  /*margin-top: 1.5rem;*/
  margin-bottom: 1.5rem;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  line-height: 0;
}

#vcard .icon {
  margin-right: 0.5rem;
}

#vcard p {
  margin: 0;
}

.attachments {
  /* margin-top: 1.5rem; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content {
  overflow: hidden;
  text-align: center;
  border-radius: 0.5rem;
  margin-top: 1rem;
}

.content img {
  /*display: block;*/
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.label {
  display: inline-block;
  font-size: 1rem;
  margin-top: 1rem;
  border-radius: 5rem;
  letter-spacing: 1px;
  padding: 0.75rem 1.5rem;
}

.label p {
  margin: 0;
}

.title {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 0.5rem;
}

#body {
  font-family: sans-serif;
}

.card {
  color: #000 !important;
}

.action {
  color: #fff;
}

.certif {
  width: 5rem;
  height: 5rem;
}

.qr {
  width: 80%;
  height: 80%;
}

.text {
  text-align: center;
  line-height: 1.5;
  color: #000 !important;
}