@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;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #444;
}

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

#beige{
  display: inline-block;
  background-color: rgb(221,210,190);
  width: 320px;
  height: 350px;
}
#blue{
  background-color: rgb(61,81,128);
  width: 200px;
  height: 250px;
  margin-left: 60px;
  margin-top: 100px;
}
#black1{
  display: inline-block;
  background-color: rgb(40,40,40);
  width: 40px;
  height: 40px;
  margin-left: 45px;
  margin-top: 40px;
}

#black2{
  display: inline-block;
  background-color: rgb(40,40,40);
  width:40px;
  height: 40px;
  margin-left: 70px;
 
}

#black3{
  display: inline-block;
  background-color: rgb(40,40,40);
  width: 40px;
  height: 40px;
  margin-bottom: 100px;
  margin-top: 80px;
  
  
}

#black4{
  display: inline-block;
  background-color: rgb(40,40,40);
  width: 40px;
  height: 40px;
  margin-left: -70px;
  
}