body {
  /* Doesn't work on block elements! */
  text-align: center; 
}

.block {
  width: 100px;
  height: 100px;
  background-color: #42affa;

  /* Try this instead: */
  /*
  margin-left: auto;
  margin-right: auto;
  */
}
