main {
	background: white;
}

.text-center{
    text-align: center;
	font-size: 20px;
}

.text-left{
    text-align: left;
	font-size: 20px;
}



.infodiv {
    font-size: 12px;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 200;
    position: fixed;
    bottom: 15px;
    left: 20px;
    padding-bottom: 20px;
}

.qrcode {
    position: fixed;
    top: 0px;
    right: 20px;
    padding-top: 20px;
}

p {
  color: #000;
  @media screen and (prefers-color-scheme: dark) {
    color: #fff;
  }
}

@media screen and (prefers-color-scheme: light) {
  p {
    color: #000;
  }
}