*{	padding:0;	margin:0;	font-family: 'Work Sans', sans-serif;}body{	background:url(../images/basketball-bg.jpg) no-repeat;	background-size:cover;	width:100%;	height:100%;	position:relative;	background-position: center;}body:before{	position:absolute;	left:0;	top:0;	width:100%;	height:100%;	content:'';	background:rgba(0,0,0,0.6);}.basketball{	width:80%;	margin:auto;	height:100vh;	text-align:center;	margin:auto;	display:flex;    flex-direction: column;    align-items: center;    justify-content: center;	position:relative;}.basketball h1{	color:#fff;	font-size:60px;	font-weight:700;	text-transform:uppercase;	margin-bottom:20px;}.basketball p{	color:#fff;	font-size:25px;	line-height:35px;	font-weight:500;	margin-bottom:20px;}.basketball p a{	color:#fff;}@media (min-width:768px) and (max-width:991px){	.basketball p{	font-size:20px;	line-height:30px;	}}@media(max-width:767px){	.basketball h1{	font-size:40px;	}	.basketball p{	font-size:18px;	line-height:25px;	}}