@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;
  font-size: 18px;
  margin: 2px;
  color: #444;
  text-align: center;
}

#a1{
  display: inline-block;
  background-color: rgb(235,94,29);
  width:300px;
  height:300px;
  padding-left:30px;
  padding-top:38px;
}
#a2{
  background-color: rgb(145,100,20);
  width:240px;
  height:240px;
  padding-top:35px;
  padding-left:23px;
}
#a3{
  background-color: rgb(130,43,20);
  width:190px;
  height:190px;
  padding-top: 47px;
  padding-left:32px;
}
#a4{
  background-color: rgb(150,11,26);
  width:125px;
  height:125px;
}