body {
	background-image: url(fundo.png);
	background-repeat: repeat;
}

.container {
    width: 100%;
}

.header {
	width: 100%;
    clear: left;
    display: inline-block;
    text-align: center;
    
}

.header img {
	padding-top: 5px;
	margin: 0px;
}

.header p {
	font-family: 'PT Sans', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: grey;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 10px;
}

.app-container {
	width: 70%;
	margin: auto;
	float: center;
	border: 3px solid grey;
	text-align: center;
}

.app {
    display: inline-block;
    width: 233px;
    height: 233px;
    margin: 20px;
}