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

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: pink;
  height 240px;
}


#sandbox{
  position: absolute;
  left: -60px;
  bottom: -400px;
  background-color: burlywood;
  width: 430px;
  height: 390px;
}

#bluebuilding{
  position: absolute;
  right: 10px;
  bottom: -400px;
  background-color: darkblue;
  width: 290px;
  height: 330px;
}

#firstwindow{
  position: absolute;
  right: 80px;
  top: 140px;
  background-color: black;
  width: 50px;
  height: 50px;
}

#secondwindow{
  position: absolute;
  right: 80px;
  bottom: -280px;
  background-color: black;
  width: 50px;
  height: 50px;
}

#thirdwindow{
  position: absolute;
  left: 80px;
  bottom: -280px;
  background-color: black;
  width: 50px;
  height: 50px;
}

#fourthwindow{
  position: absolute;
  left: 80px;
  top: 140px;
  background-color: black;
  width: 50px;
  height: 50px;
}