.logo {
  background-image: url('../image/logo.png');
}

.btn-download {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background: #FF6600;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.qr-btn-download {
  background: #FF6600;
}