body{
	background: url(../imgs/fundo.jpg);
	font-family: 'Architects Daughter', cursive;
}
.fundo-caderno{
	/*background: url(../imgs/caderno2.png);*/
	background-repeat: no-repeat;
	
	background-color: #fff;
	padding: 50px;
	padding-top: 50px;
}
.header {
	padding-bottom: 1rem;
	border-bottom: none;
}
.coruja{
	float: left;
	margin-top: -20px;
	margin-bottom: -30px;
}
@media screen and (max-width: 576px) { 

	.coruja{
		float: left;
		margin-top: 0px;
		margin-bottom: 30px;
	}	
}