@font-face {
    font-family: 'alex_brushregular';
    src: url('polices/alexbrush/alexbrush-regular-otf-webfont.eot');
    src: url('polices/alexbrush/alexbrush-regular-otf-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/alexbrush/alexbrush-regular-otf-webfont.woff') format('woff'),
         url('polices/alexbrush/alexbrush-regular-otf-webfont.ttf') format('truetype'),
         url('polices/alexbrush/alexbrush-regular-otf-webfont.svg#alex_brushregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
	
@font-face {
    font-family: 'day_romanregular';
    src: url('polices/dayrom/dayrom-webfont-webfont.eot');
    src: url('polices/dayrom/dayrom-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/dayrom/dayrom-webfont-webfont.woff') format('woff'),
         url('polices/dayrom/dayrom-webfont-webfont.ttf') format('truetype'),
         url('polices/dayrom/dayrom-webfont-webfont.svg#day_romanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family:'Trebuchet MS',Arial,sans-serif;
}

#bloc_page {
	width: 900px;
	margin:auto;
}

#topsection {
	display:flex;
	border-bottom:2px solid black;
}

header {
	flex: 1;
	text-align: center;
}

header h1{
	font-family:'day_romanregular',serif;
	margin-top:50px;
}
header h2{
	font-family:'Trebuchet MS',Arial,sans-serif;
}

#title {
	text-align: center;
	margin-top: 50px;
	font-family:'day_romanregular',serif;
	font-weight:normal;
	font-size:1.5em;
}

#head {
	display:flex;
	justify-content:center;
	margin-top:50px;
}

.name {
	margin-top: 100px;
	text-align:center;
	font-size:2em;
	margin-left:20px;
	margin-right:20px;
}


#bio {
	display:flex;
	margin-top:30px;
}

#justineposture {
	margin-left:20px;
}

#articlebio{
	margin-top:70px;
}

.article {
	text-align:justify;
}

footer {
	width:900px;
	text-align:center;
	border-top:2px solid black;
	padding-bottom:20px;
}


#logofacebook {
	margin-right:30px;
	margin-left:20px;
	border: 2px solid black;
	border-radius:10px;
	box-shadow:6px 6px 6px black;
}

#logoinstagram {
	margin-right:10px;
	margin-left:10px;
	border: 2px solid black;
	border-radius:10px;
	box-shadow:6px 6px 6px black;
}