/* 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(34,144,108);
  width: 320px;
  height: 330px;
}
#albers_inner1{
  background-color: rgb(141,147,162);
  width: 200px;
  height: 205px;
  margin-left: 60px;
  margin-top: 100px;
}
#albers_inner2{
  display: inline-block;
  background-color: rgb(242,243,247);
  width: 140px;
  height: 145px;
  margin-left: 3px;
  margin-top: 40px;
}