/* 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;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #444;
  text-align:center;
}

h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
}

#albers{ 
display:inline-block;
background-color: rgb(80,178,213);
width: 320px;
height: 330px;
}
#albers_inner1{
  background-color: rgb(30,138,23);
  width: 250px;
  height: 220px;
  margin-left: 40px;
  margin-top: 100px;
}

#albers_inner2{
  background-color: rgb(90,190,59);
  width: 150px;
  height: 190px;
  margin-left: 40px;
  margin-top: 50px;
}

#albers_inner3{
  background-color: rgb(3,18,250);
  width: 32px;
  height: 150px;
  margin-left: 50px;
  margin-top: 50px;
}

   ul {list-style-type: none;
        margin:0px; 
        padding:0px;}
      li { display: inline;
        padding:20px}