#constraints
{
  height: 400px;
  width: 400px;
  border: 10px solid red;
}

#square
{
  top: 175px;
  left: 175px;
  position: relative;
  height: 50px;
  width: 50px;
  background: green;
}