
img{
	position: fixed;
	width: 30vw;
	margin-left: -15vw;
	padding: 0;
}
.cont{
	position: absolute;
	text-align: center;
	width: 99%;
	height: 18vw;
}
.textArea{
	position: fixed;
	width: 100%;
	text-align: center;
	bottom:0;
	left:0;
}
.text{
	font-family: "Calibri Light";
	font-size: 35px;
}
.textI{
	font-family: "Calibri Light";
	font-size: 20px;
}
p{
	margin: 0;
	padding: 0;
}