body{
  background:rgb(228,0,43);
  color: #FFFFFF;
  font-family: 'Comic Sans MS';
}

a {
  color: #FFFFFF;
}

.text-center {
  text-align: center !important;
}

.qrcodeSVG{
  height:90vh;
  width:90vh;
  max-width:500px;
  max-height:500px;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  position:absolute;
}
