.titulo {
    font-family: 'GreatVibes-Regular';
    text-align: center;
    font-size: 70px;
	margin-top: 50px;
	color: #4F4121;
}

.info {
    font-family: 'GreatVibes-Regular';
    text-align: center;
    font-size: 46px;
	color: #4F4121;
}

.info span {
    font-size: 70px;
}

.texto{
	font-family: 'GreatVibes-Regular';
	font-size: 40px;
	text-align: center;
	margin: 16px 0;
	line-height: 40px;
	color: #4F4121;
}

.texto-chave{
	text-align: center;
	font-size: 20px;
	color: #4F4121;
}

.container {
    margin-bottom: 80px;
}

body{
	background-image: url('../images/fundo.jpg');
}

.qr-code {
    margin: 25px 0 35px 0;
}