/* 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(82, 27, 230);
    width: 320px;
    height: 330px;
  }
  #albers_inner1{
    background-color: red;
    width: 200px;
    height: 205px;
    margin-left: 60px;
    margin-top: 100px;
  }
  #albers_inner2{
    display: inline-block;
    background-color: rgb(82, 27, 230);
    width: 140px;
    height: 145px;
    margin-left: 3px;
    margin-top: 40px;
  }
h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
}
#albers{
  display: inline-block;
  background-color: rgb(235, 40, 40);
  width: 320px;
  height: 330px;
}
#albers_inner1{
  background-color: rgb(239, 18, 171);
  width: 200px;
  height: 205px;
  margin-left: 60px;
  margin-top: 100px;
}
#albers_inner2{
  display: inline-block;
  background-color: rgb(248, 136, 184);
  width: 140px;
  height: 145px;
  margin-left: 3px;
  margin-top: 40px;
}