#constraints
{
  height:400px;
  width:400px;
  border: 1px solid black;
}
#square{
  top:175px;
  left:175px;
  position:relative;
  height:50px;
  width:50px;
  background-color:steelblue
}
body{
  background-color: lightgray;