body{
	font-family: arial, helvetica, sans-serif;
}

.hero{
	background-image: ;
	url("https://storage.googleapis.com/img-model/banner-superdata-world.webp");

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	min-heigh: 100vh;

	position: relative;
}

.overlay{
	position:absolute;

	width: 100%;
	height: 100%;

	background: rgba(0, 0, 0, .6);
}

.hero .container{

	z-index: 2;
}

.card{
	transition: .4s;
}

.card:hover{
	transform: translateY(-10px);
}

footer{
	font-size: 14px;
}