/* 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(239,227,211);
  width: 650px;
  height: 750px;
  position: relative;
  margin: 0 auto;
}
#orange {
  padding: 20px;
  background-color: rgb(231,113,15);
  width: 250px;
  height: 250px;
  left: 350px;
  top: 390px;
  position: absolute;
}
#green {
  padding: 20px;
  background-color: rgb(31,173,89);
  width: 200px;
  height: 200px;
  left: 60px;
  top: 440px;
  position: absolute;
}
#lightblue {
  padding: 20px;
  background-color: rgb(23,86,119);
  width: 250px;
  height: 250px;
  left: 60px;
  top: 100px;
  position: absolute;
}
#black {
  padding: 20px;
  background-color: rgb(0,0,0);
  width: 200px;
  height: 200px;
  left: 400px;
  top: 100px;
  position: absolute;

}