
body
{
	font-family: 'Roboto', sans-serif;
	margin: 0;
	min-height: 100vh;
}

.img-fundo {
	background-image: url('../img/fundo-exemplo.png');
	width: 100vw;
	height: 100vh;
	background-size: 100%;
	position: absolute;
  z-index: -3;
}

.container-fundo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	height: 100vh;
}

.logo {
	background-image: url('../img/logo-kappler.png');
	width: 300px;
	height: 200px;
	background-repeat: no-repeat;
	position: absolute;
		z-index: -2;
}

.infos-align{
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.infos {
			height: 35%;
			font-size: 18px;
			display: flex;
			flex-direction: column;
			position: absolute;
			z-index: -1;
			font-family: 'Montserrat', sans-serif;
			color:#23266b;
			text-align: center;
}

.infos p {
	    margin: 0px 0px 4px 0px;
}
