/* 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');
#blue {
  padding: 20px;
  background-color: rgb(53,62,137);
  width: 100px;
  height: 700px;
  left: 60px;
  top: 100px;
  position: absolute;
}
#blue2 {
  padding: 20px;
  background-color: rgb(32,36,81);
  width: 40px;
  height: 700px;
  left: 200px;
  top: 100px;
  position: absolute;
}
#blue3 {
  padding: 20px;
  background-color: rgb(42,65,96);
  width: 40px;
  height: 700px;
  left: 280px;
  top: 100px;
  position: absolute;
}
#white {
    padding: 20px;
    background-color: rgb(253,225,152);
    width: 40px;
    height: 700px;
    left: 360px;
    top: 100px;
    position: absolute;

}
#blue4 {
  padding: 20px;
  background-color: rgb(30,34,79);
  width: 40px;
  height: 700px;
  left: 440px;
  top: 100px;
  position: absolute;
}
#tan {
  padding: 20px;
  background-color: rgb(238,152,105);
  width: 40px;
  height: 700px;
  left: 520px;
  top: 100px;
  position: absolute;
}
#pink {
  padding: 20px;
  background-color: rgb(124,92,107);
  width: 40px;
  height: 700px;
  left: 600px;
  top: 100px;
  position: absolute;
}
#blue5 {
  padding: 20px;
  background-color: rgb(33,40,84);
  width: 40px;
  height: 700px;
  left: 680px;
  top: 100px;
  position: absolute;
}
#blue6 {
  padding: 20px;
  background-color: rgb(46,71,102);
  width: 40px;
  height: 700px;
  left: 760px;
  top: 100px;
  position: absolute;
}
