This is the container

This is the inner box.

It uses relative positioning in the CSS to shift its position up. Here is the relevant CSS:

position: relative;
top: -10px;
left: 10px;

So you see that its position is shifted relative to where it would normally sit on the page