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

	<style>
    
     justify-content: center;
	 
 @font-face {
    font-family: 'Roboto', sans-serif;
    src: 
		url("../Fonts/roboto_medium_macroman/Roboto-Medium-webfont.woff") format('woff'),
         url("../Fonts/roboto_medium_macroman/Roboto-Medium-webfont.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;

}

	
		body {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
	
			
			
  margin: 0; 
  position:relative;
  top: 60px;
  /* left: 45%;
  transform: translate(-50%, -55%); */
}
		
		
		
	 top {
     margin: auto;
     width: 1024px;
     padding: 50px;
     color: #33475b;
}
		
		
		main {
     margin: auto;
     width: 1024px;
     padding: 50px;
   /* font-family: 'Avenir', sans-serif; */
     color: #33475b;
}
			bottom {
				font-family: 'Roboto', sans-serif;
     margin: auto;
     width: 1024px;
     padding: 50px;
  /*  font-family: 'Avenir', sans-serif; */
     color: #33475b;
}
		
	
</style>
