@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

body{
	font-family: 'Poppins', sans-serif;
	padding-top: 10px;
}
.content{
	padding-top: 10px;
}
.scan{
	height: 100px;
	width: 100%;
	font-size: 50px;
	text-align:center;
	 border: none;
  border-bottom: 2px solid black;
}
.spacer{
	height:10px;
	width: 100%;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   text-align: center;
}