
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

* { box-sizing: border-box; }

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin: 2px;
  color: #444;
  text-align: center;
}
#wrapper{
  display: inline-block;
  position: relative;
  width:100%;
  max-width:400px;
  margin:0 auto;
  background-color: rgb(219,210,192);
  height: 420px;
}
#blue{
  position: absolute;
  right: 50px;
  bottom: 0px;
  background-color: rgb(63,80,126);
  width: 300px;  
  height: 360px;
}
#box1{  
  position: absolute;
  left: 60px;
  top: 60px;
  background-color: rgb(45,33,26);
  width: 60px;  
  height: 60px;
}
#box2{  
  position: absolute;
  right: 60px;
  top: 60px;
  background-color: rgb(45,33,26);
  width: 60px;  
  height: 60px;
}
#box3{  
  position: absolute;
  left: 60px;
  bottom: 120px;
  background-color: rgb(45,33,26);
  width: 60px;  
  height: 60px;
}
#box4{  
  position: absolute;
  right: 60px;
  bottom: 120px;
  background-color: rgb(45,33,26);
  width: 60px;  
  height: 60px;
}