.left, .right, .center { display: block; }
.left { float: left;}
.right { float: right; }
.center { margin-left: auto; margin-right: auto; } 
