/* 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;
}
*{box-sizing: border-box}
#albers{
  display: inline-block;
  background-color: rgb(255, 204, 0);
  width: 320px;
  height: 330px;

}
#albers_inner1{
  background-color: rgb(255, 153, 51);
  width: 240px;
  height: 240px;
  margin-left: 40px;
  margin-top: 40px;
}
#albers_inner2{

  background-color: rgb(230, 115, 0);
  width: 180px;
  height: 180px;
  margin-left:20px;
  margin-top: 20px;
}
#albers_inner3{

  background-color: rgb(204, 0, 0);
  width: 120px;
  height: 120px;
  margin-left:30px;
  margin-top: 30px;
}