body {
  color: #F0F0F0;
  background-color: #14141C;
  font-family: 'Source Sans Pro', sans-serif;
}

content {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qrCode {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

h1 {
  font-weight: 300;
  font-size: 48px;
}

h2 {
  color: #87D7E5;
  font-size: 36px;
}

h3 {
  font-weight: 700;
  font-size: 30px;
}

h4 {
  font-weight: 400;
  font-size: 36px;
}

logo {
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0;
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
