*{ box-sizing:border-box;}

body{
  text-align:center; margin:0;}
#albers{
  display:inline-block;
  background-color: rgb(50,90,34);
  width: 350px;
  height:350px; 
}
#albers_inner1{
  background-color: rgb(48,111,197);
  display:inline-block;
  width:280px;
  height:270px;
  margin-left:3px;
  margin-top:55px;
    
}

#albers_inner2{
  display: inline-block;
  background-color: rgb(86,142,186);
  width:180px;
  height:185px;
  margin-left:5px;
  margin-top:65px;
}

#albers_inner3{
  display: inline-block;
  background-color: rgb(190,196,12);
  width:120px;
  height:125px;
  margin-left:3px;
  margin-top:40px;
}



