/* 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;
  font-size: 18px;
  margin:auto;
  color: #444;
}

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

.center{
  text-align: center;
  max-width: 100%;
  background-color: rgb(255, 255, 230);
  padding: 30px;
}

#albers{
  display: inline-block;
  position: relative;
  background-color: rgb(96,193,222);
  width: 300px;
  height:300px;
}

#albers_inner1{
  display: inline-block;
  position: relative;
  background-color:rgb(206,126,247);
  width:180px;
  height:180px;
  margin-top: 80px;
  margin-left: auto;
}

#albers_inner2{
  display: inline-block;
  position: relative;
  background-color:rgb(245,65, 74);
  width:120px;
  height:120px;
  margin-top: 40px;
  margin-left: auto;

}