#constraints
{
 height:25rem;
  width: 25rem;
  border: 1px solid black;
}

#square{
 top: 10rem;
  left: 10rem;
  position: relative;
  height: 3.25rem;
  width: 3.25rem;
  background: red;
}