/* 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');

* { box-sizing: border-box; }

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin: 2px;
  color: #444;
  text-align:center;
}

#albersOne{
  display: inline-block;
  background-color:rgb(235, 185, 65); 
  width:300px; 
  height:320px;
  padding-top:90px; 
  padding-left: 48px;
}
#albersTwo{
  background-color:rgb(250, 205, 47); 
  width:200px; 
  height:200px;  
  padding:40px; 
  padding-top:50px;
}
#albersThree{
  background-color:rgb(250, 219, 147); 
  width: 120px; 
  height: 130px; 
}