.topic{
	font-size:23px;
	color:blue;
}
section{
	padding:2%;
}
.center{
	text-align:center;
}
.h2{
	font-size:55px;
	font-weight:bold;
}
.description{
	font-size:25px;
	color:grey;
}
.more{
	font-size:20px;
	color:blue;
}
.row{
	height:100px;
	width:2000px;
}
.logo{
	height:100px;
	padding:20px;
	border:solid black 1px;
	border-radius:15px;
	width:240px;
	margin:5px 10px;
}
.left{
	float:left;
}
.about{
	width:12%;
	text-align:center;
	font-size:50px;
	font-weight:bold;
	color:blue;
	border-top:solid 3px blue;
	margin:5% 10%;
}
.m{
	font-size:20px;
	color:black;
}
.sec{
	background-color:lightgrey;
	margin-top:15%;
	padding:5% 5%;
}
.join{
	width:40%;
	padding:3%;
}
.join1{
	width:40%;
	padding:3%;
	margin-left:5%;
}
.dark{
	background-color:black;
	color:white;
	margin-top:25%;
	padding:3% 2%;
	height:1100px;
}
.partner{
	width:28%;
	height:230px;
	padding:1%;
	margin:3% 1%;
}
.figure{
	border:solid lightgrey 1px;
	border-radius:15px;
	height:110px;
	width:270px;
	text-align:center;
	font-size:32px;
	margin:10px;
}
.blue{
	margin:28% auto 5% auto;
	width:90%;
	padding:3%;
	color:white;
	background-color:blue;
	border-radius:20px;
}
.button{
	float:right;
	background-color:white;
	border-radius:5px;
	color:black;
	padding:10px 15px;
}
.foot{
	background-color:lightgrey;
	height:600px;
}
.footer{
	column-width:14%;
	column-count:6;
	display:flex;
	justify-content:space-evenly;
}
li{
	font-size:17px; 
	color:grey;
	text-align:left;
	margin:1% ;
}
.settings{
	border:solid limegreen 1px;
	color:limegreen;
	font-size:16px;
	float:right;
	width:15%;
	text-align:center;
	margin-top:5%;
	padding:10px 4%;
}
.footnote{
	float:right;
	margin-top:5%;
	color:grey;
}
.icons{
	font-size:25px;
	color:blue;
	float:left;
	margin-top:5%;
}