/* 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');
#outer {
  padding: 20px;
  background-color: rgb(237,41,3);
  width: 600px;
  height: 600px;
  position: relative;
  margin: 0 auto;
}
#green {
  padding: 20px;
  background-color: rgb(0,163,40);
  width: 200px;
  height: 500px;
  left: 20px;
  top: 50px;
  position: absolute;
}
#blue {
  padding: 20px;
  background-color: rgb(0,114,203);
  width: 200px;
  height: 500px;
  left: 390px;
  top: 50px;
  position: absolute;
  border-radius: 1000px;
}