body, html {
  margin: 0;
  background: #F3F3F3;
  color: #777;
  font-family: 'Open Sans', sans-serif;
}
a {
  color: #555;
}
@font-face {
  font-family: "Lobster";
  src: url('/fonts/lobster.otf');
}
hr {
  width: 100%;
  margin: 0;
  border: none;
  outline: none;
  background-color: #AAA;
  height: 1px;
  display: inline-block;
}
#flexBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: 50px;
}
#contentWrapper {
  max-width: calc(90% - 50px);
  
}
#intro {
  text-align: left;
  display: block;
  background: #FFF;
  border-radius: 5px;
  padding: 25px;
  box-shadow: 1px 1px 2px #AAA;
  color: #000;
  font-size: 50pt;
}
h1 {
  font-size: 25pt;
  font-weight: normal;
  font-family: "Lobster";
}
#qr {
  display: inline-block;
  width: 75%;
  max-width: 250px;
  padding: 15px;
}
.icon {
  height: 35pt;
  width: 35pt;
  display: inline-block;
  margin: 10px;
}