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

#wrapper{position: relative;
  width:100%;
  max-width: 310px;
  margin: 0 auto;
  background-color: coral;
  height: 240px;

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

#albert1{
  background-color: rgb(235,185,65);
  padding:32px;
  margin:2px;
  width:500px;
  display: inline-block;
  height: 500px;
}

#albert2{
  background-color: rgb(250,205,47);
  width: 300px;
  height: 300px;
  padding-bottom: 50px;
  padding-left: 0px;
  display: inline-block;
  margin-top:100px
  
}
#albert3{
  background-color: rgb(250,220,147);
  width:150px;
  height:150px;
  padding:100px;
  margin: 40px;
  display: inline-block;
  
  
}