@import url('https://fonts.googleapis.com/css2?family=Khand&display=swap');
*{
	margin: 0;
	padding: 0;
	font-family: 'Khand', sans-serif;
}
span{
	font-size: 20px;
}
html, body{
  height:100%;
}
table{
	width: 100%;
	height: 100%;
}
table tr td{
	text-align: center;
}
#rodape{
	background-image: url('../imagens/fundomafra.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}