* {
	/* border: 1px solid black; */
	margin: 0px;
	font-family: Inter, sans-serif;	
}

p, h1, h2, h3, h4, h5, h6, a {
	padding: 10px;
	padding-left: 
}

h2 {
	text-align: center;
	font-size: 1.5rem;
}


/* beginning css header */

header > * {
	background-color: #F3F4F6;
	display: flex;
}

#header  * {
	width: 100%;
}

#title {
	color: #96c2ff; 
}

#table {
	display: inline-flex;
	color: #475569;
	float: right;	
}

#table a {
	padding: 0px;
}

#table ul {
	text-align: center;
	display: flex;
	list-style-type: none;
	justify-content: center;
	align-items: center;
}

/* end css header */



/* beginning css intro */

#intro {
	background-color: #C2EAFF;
}

.name {
	font-size: 4rem;
	text-align: center;
}

.first {
	background-color: #CCCCFF;
	margin: 10px;
	padding: 5px;
	margin-bottom: 0px;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
}

.links {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.first > h2 {
	width: 100%;
}

.concept {
	display: flex;
	margin: 10px;
	background-color: #E3E3FF;
	flex: 1;
	border-radius: 10px;
}


#sep {
	height: 20px;
	background: #C2EAFF; /* linear-gradient(180deg, #96c2ff 25%,  #ccccff 75%); */
}


#description {
	background-color: #C2EAFF;
}

.team {
	font-size: 3rem;
}

#ress {
	background-color: #C2EAFF;
}

#ress  h3 {
	font-size: 2rem;
}


#sep2 {
	height: 20px;
	background: #C2EAFF; /* linear-gradient(180deg, #ccccff 25%, #ffcccc 75%); */
}


.rights {
	background-color: #C2EAFF;
}

.links {
	text-decoration: none;
}
