@charset "utf-8";
/* CSS Document */

.container
{
	width: 100vw;
	height: 100vh;
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background:url(../imagens/fundo.fw2.fw.png);
	background-repeat:repeat-y;
}

.box
{
	
	
}
html, body
{
	width: 100vw;
	height: 100vh;
}
