@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{
  position: relative;
  width:100%;
  max-width:310px;
  margin: 0 auto;
  background-color:cornsilk;
  height:340px;
}
#bluebox{
  Position: absolute;
  right: 60px;
  top:50px;
  background-color: mediumblue;
  width:200px;
  height:290px;
}
#blackbox{
  Position: absolute;
  right: 90px;
  top:80px;
  background-color: black;
  width:60px;
  height:60px;
}
#blackbox2{
  Position: absolute;
  right: 180px;
  top:80px;
  background-color: black;
  width:60px;
  height:60px;
}
#blackbox3{
  Position: absolute;
  right: 180px;
  top:180px;
  background-color: black;
  width:60px;
  height:60px;
}
#blackbox4{
  Position: absolute;
  right:90px;
  top:180px;
  background-color: black;
  width:60px;
  height:60px;
}