.name-one h1{
	color: #e91e63d9;
	font-size: 75px;
	text-align: center;
}

.first-sports .sports-one a{
	color: #00804be6;
	text-decoration: initial;
	font-size: 25px;
}

.second-sports .sports-two a{
	color: #00804be6;
	text-decoration: initial;
	font-size: 25px;	
}

.third-sports .sports-three a{
	color: #00804be6;
	text-decoration: initial;
	font-size: 25px;
}

.fourth-sports .sports-four a{
	color: #00804be6;
	text-decoration: initial;
	font-size: 25px;
}

.first-sports .sports-one a:hover{
	color: yellow;
}

.second-sports .sports-two a:hover{
	color: yellow;
}

.third-sports .sports-three a:hover{
	color: yellow;
}

.fourth-sports .sports-four a:hover{
	color: yellow;
}


.one{
	width: 12%;
}


.two{
	width: 10%;
}

.three{
	width: 10%;
}

.four{
	width: 10%;
}

/* gaming css */

.platforms-section .platforms a{
  color: #00804be6;
  text-decoration: initial;
  font-size: 25px;
}

.platforms-section .platforms a:hover{
  color: yellow;
}

.platforms .first-logo {
  width: 10%;
}

/* gaming css ends */


/* About Us css */

.About-images .About-image {
  width: 20%;
}

.buttons .button-one a{
  text-align: center;
  color: #FFFFFF;
  background-color: #0000FF;
  display: inline-block;
  width: 17.5%;
  margin-right: 2%;
}

.buttons .button-one .Donate{
  color: #000000;
  background-color: #0FFF00;
  text-transform: uppercase;
}
/* About US css ends */

/* footer css starts */
.footer{
  background:var(--black);
}

.footer .credit {
  font-size: 2rem;
  background: yellow;
  color: #00804be6;
  text-align: center;
  padding: 2.5rem 1rem;
  letter-spacing: .1rem;
}

.footer .credit a{
  color:var(--orange);
  text-decoration: underline;
}

.footer .credit a:hover{
  color: #800080;
}

/* footer ends */

