/* 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;
  text-align: center;
  color: #444;
  
}

h2 {
  font-family: futura, sans serif;
}

#albers {
  display:inline-block;
  background-color:darkorange;
  width: 320px;
  height: 330px;
}
#albers_2 {
  position: relative;
  background-color: deeppink;
  width: 200px;
  height: 210px;   
  margin-left: 60px;
  margin-top: 100px;
}
#albers_3 {
  display:inline-block;
  position: relative;
  background-color: chartreuse;
  width: 140px;
  height: 145px;
  margin-left: 2px;
  margin-top: 45px;
}
a, a:visited {
  color:rgb(0,0,0);
  text-decoration: none;0
}
ul{
  font-family: futura, sans-serif;
  margin-right: 50px;
}