* { box-sizing: border-box; }

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

#wrapper{
  position: relative;
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
  height: 360px;
}

#albersOne{
  display: inline-block;
  background-color: rgb(242,175,91);
  width: 300px;
  height: 320px;
  padding-top: 90px;
  padding-left: 48px;
}
#albersTwo{
  background-color: rgb(246,200,102);
  width: 200px;
  height: 200px;
  padding: 40px;
  padding-top: 52px;
}
#albersThree{
  background-color: rgb(249,228,178);
  width: 120px;
  height: 130px;
}