*{
  padding: 0px;
  margin: 0px;
}
html, body {
  background-color: #E6E6E6;
}

.response-wrapper{
	margin-top: 15px;
}

.qr-response{
	width:5cm;
	margin: auto;
}

.text-response{
	font-size: 15px;
	line-height: 1.2;
}

#qr-response{
	width:100%;
}

#print{
	display:none;
	margin:20px auto;
}

form{
	width:50%;
	margin: auto;
	margin-bottom: 10px;
}

h1{
	text-align: center;
}
