* {
  box-sizing: border-box;
}

body > div {
  width: 50%;
  float: left;
  padding-left: 50px;
  padding-top: 50px;
}