body{
  margin: 0px;
}
h1{
  text-align:center;
  font-size: 45px;
}
#box1{
  width:250px;
  height: 180px;
  background-color: #000391;
  position: fixed;
  top:250px;
  left:300px;
}
#box2{
   width:250px;
  height: 180px;
  background-color: #000391;
  position: fixed;
  top:250px;
  left:650px;
}