12 lines
		
	
	
		
			161 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			161 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| body {
 | |
|     margin: auto;
 | |
|     max-width: 50em; 
 | |
| }
 | |
| 
 | |
| #footer {
 | |
|         padding-top: 1em;
 | |
|         font-size: 70%;
 | |
|         color: gray;
 | |
|         text-align: center;
 | |
| }
 |