.parent {
  display: table;
  width: 100%;
  text-align: center;
  /*background: blue;  */
}
.child {
  display: table-row;
}
.content1 {
}
.content2 {
}