.home-container {
	position: relative;
	min-height: 80vh;
}
.home-container .bg {
	background-image: url("../img/fluxy/bgFluxy.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	filter: blur(6px);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home-container .info {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 20%;
}

.home-container .info p {
	width: 100%;
	color: #f1f1f1;
}

.home-container .info .description {
	font-size: 20px;
	font-weight: bold;
}
