Each div has the following styles:
height: 200px;
width: 400px;
padding: 25px;
border: 5px solid gray;
But that one has been given
box-sizing: content-box, and this one is set to box-sizing: border-box.