/* 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;
}
*{box-sizing:border-box;}
h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
}
#albers{
  display: inline-block;
  background-color: rgb(227,160,97);
  width:320px;
  height:330px;
}
#albers_inner1{
  background-color: rgb(234,180,85);
  width:200px;
  height:205px;
  margin-left:60px;
  margin-top:100px;
}
#albers_inner2{
    display: inline-block;
    background-color: rgb(239,196,35);
    width:130px;
    height:135px;
    margin-left:3px;
    margin-top:55px;
}