@charset "utf-8";
/* CSS Document */

body{
	background-color:rgb(250, 250, 250)
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:200px }
	
	
.name { font-family:'NexaBold'; 
	  font-size:40px; 
	  text-align:center; 
	  color:#000}





/* FONT */

@font-face {
    font-family: 'nexa_bold';
    src: url('../fonts/nexa_bold-webfont.eot');
    src: url('../fonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa_bold-webfont.woff') format('woff'),
         url('../fonts/nexa_bold-webfont.ttf') format('truetype'),
         url('../fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_light';
    src: url('../fonts/nexa_light-webfont.eot');
    src: url('../fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa_light-webfont.woff') format('woff'),
         url('../fonts/nexa_light-webfont.ttf') format('truetype'),
         url('../fonts/nexa_light-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
