
/* Font AREA */
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');


/* START AREA */


html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

body {
	font-family: 'Lato', sans-serif;
	font-size:11pt;
	background-color:#0d1012;
	color:#fff;
}

.title{
	text-align:center;
	font-size:60pt;
	color:blue;
	font-weight:900;
	font-family:'Goldman', cursive;
}

.qr{
	margin-left:600px;
	margin-top:100px;
	border:10px solid #f50000;
	border-radius: 5px;
}