/* 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');

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 18px;
  margin: 0;
  color: #444;

}

h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
}


#albers{
  display:inline-block;
  background-color: rgb(57,132,89);
  width:320px;
  height: 330px;
}
#albers_inner1{
  display: inline-block;
  background-color: rgb(35,126,131);
  width:260px;
  height: 265px;
  margin-top:50px;
  
}

#albers_inner2{
  display: inline-block;
  background-color: rgb(157,154,145);
  width:180px;
  height: 185px;
  margin-top:60px

  
}
#albers_inner3{
  display: inline-block;
  background-color: rgb(217,171,58);
  width:120px;
  height: 125px;
  margin-top:45px;


}