#constraints {
  height: 400px;
  width: 400px;
  border: 1px solid black;
}  
  #square {
    top: 175px;
    left: 175px;
    position:relative;
    height:50px;
    width:50px;
    background:green;
}