* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #e9effa;
  margin: 1em;
	font-family: 'Open Sans', sans-serif;
  color: #667b9e;
  font-size: 14px;
  line-height: 2em;
  text-align: center;
}

a {
  color: #3291d0;
  text-decoration: none;
}

p {
  color: #3291d0;
  font-size: 1.2rem;
  margin: 1em 0;
}

header img {
  margin: 3em auto 1em;
  text-align: center;
}

div#box {
  background-color: #fff;
  border-radius: 2%;
  margin: 1em auto;
  padding: 2em;
  width: 340px;
}

#qrcode {
  clear: both;
  height: 160px;
  margin: 1.5em auto;
  width: 160px;
}

svg {
	height: 120px;
}
[data-icon="check-circle"] {
	color: #4CAF50 !important;
}
[data-icon="exclamation-circle"] {
	color: #ff704d !important;
}
[data-icon="bars"] {
  height: 22px;
}
[data-icon="times"] {
	color: #373737;
  height: 22px;
}
