/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');
#background {
  padding: 20px;
  background-color: rgb(244,245,239);
  width: 650px;
  height: 750px;
  position: relative;
  margin: 0 auto;
}
#blue {
  padding: 20px;
  background-color: rgb(51,64,156);
  width: 175px;
  height: 75px;
  left: 60px;
  top: 100px;
  position: absolute;
}
#blue2 {
  padding: 20px;
  background-color: rgb(54,64,162);
  width: 70px;
  height: 410px;
  left: 60px;
  top: 305px;
  position: absolute;
}
#blue3 {
  padding: 20px;
  background-color: rgb(54,64,162);
  width: 15px;
  height: 500px;
  left: 370px;
  top: 100px;
  position: absolute;
}
#blue4 {
  padding: 20px;
  background-color: rgb(54,64,162);
  width: 5px;
  height: 350px;
  left: 525px;
  top: 100px;
  position: absolute;
}
#black {
  padding: 20px;
  background-color: black;
  width: 125px;
  height: 50px;
  left: 60px;
  top: 215px;
  position: absolute;
}
#black2 {
  padding: 20px;
  background-color: black;
  width: 60px;
  height: 350px;
  left: 425px;
  top: 100px;
  position: absolute;
}
#black3 {
  padding: 20px;
  background-color: black;
  width: 200px;
  height: 75px;
  left: 320px;
  top: 640px;
  position: absolute;

}
#yellow {
  padding: 20px;
  background-color: rgb(247,226,75);
  width: 15px;
  height: 500px;
  left: 220px;
  top: 215px;
  position: absolute;
}
#yellow2 {
  padding: 20px;
  background-color: rgb(247,226,75);
  width: 15px;
  height: 500px;
  left: 320px;
  top: 100px;
  position: absolute;
}
}