@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');















.trophy-section-ui-l{
	background-color: white;
	height: auto;
	padding-bottom: 5px;
}
.trophy-section-ui-l-card-pst{
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.trophy-section-ui-l-header {
	background: rgb(3,0,0);
background: linear-gradient(90deg, rgba(3,0,0,1) 0%, rgba(115,7,111,1) 47%, rgba(0,0,0,1) 100%);
	height: auto;
	margin-bottom: 5px;
	box-shadow: 5px 5px 30px #330033;
}
.trophy-section-ui-l-header h1{
	text-align: center;
	color: white;
	font-family: 'Merienda', cursive;
	font-size: 30px;
}
.trophy-section-ui-l-card-borda{
	padding: 8px;
	border-radius: 25px;
	background-color: #f2d9e6;
	margin: 5px;
	
}
.trophy-section-ui-l-card-borda:hover{
	box-shadow: 5px 5px 25px #cc6699;
}
.trophy-section-ui-l-card-p1{
	background-image: url( "../Blog/gamer-icon/Iconarchive-Badge-Trophy-Badge-Trophy-09.512.png");
	background-size: cover;
	background-position: center;
	width: 150px;
	height: 150px;
	
}
.trophy-section-ui-l-card-p2{
	background-image: url( "../Blog/gamer-icon/Iconarchive-Badge-Trophy-Badge-Trophy-10.512.png");
	background-size: cover;
	background-position: center;
	width: 150px;
	height: 150px;
	
}

.trophy-section-ui-l-card-p3{
	background-image: url( "../Blog/gamer-icon/Iconarchive-Badge-Trophy-Badge-Trophy-11.512 (1).png");
	background-size: cover;
	background-position: center;
	width: 150px;
	height: 150px;
	
}




.security-pg{
	background: rgb(115,221,226);
background: linear-gradient(45deg, rgba(115,221,226,1) 0%, rgba(107,232,123,1) 50%, rgba(78,200,214,1) 100%);
}

.security-head-line{
	background-color: #ffe6ff;
	height: auto;
}
.security-head-line-float{
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.security-head-line-float li{
	display: inline;
	margin: 5px;
}
.security-head-line-float a{
	text-decoration: none;
	text-decoration-line: none;
	font-family: 'Josefin Sans', sans-serif;
font-size: 20px;
	color: #000000;
	
}