body
{
	background-color: rgba(0,0,0,0.9);
	color: rgb(0,200,0);
}

header
{
	display: flex;
	justify-content: center;
	flex-direction: row;
	border-bottom: 2px solid rgb(0,200,0);
}

nav ul
{
	display: flex;
	list-style-type: none;
	font-size: 2.5em;
}

nav li
{
	margin-right: 100px;
}

a
{
	color: rgb(0,100,250);/*rgb(0,0,230);*/
}

a:visited
{
	color: rgb(0,100,0);
}

.flag
{
	margin-left: 5px;
	width: 30px;
	height: 18px;
}

section
{
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	border-bottom: 2px solid rgb(0,200,0);
}

article
{
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	flex-direction: column;
	word-wrap: break-word;
}

h1
{
	font-size: 2em;
}

.personal
{
	width: 200px;
	height: 265px;
}

#enumresearchinterest .cartoon_lipid
{
        float: right;
	width: 200px;
	height: 100px;
} 

#enumresearchinterest .contraction_picture
{
        float: right;
	width: 150px;
	height: 150px;
}    

#enumresearchinterest .proteinsegregation
{
        float: right;
	width: 200px;
	height: 94px;
} 
