@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: 0;
  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;
}

#pink{
  display: inline-block;
  position: relative;
  background-color: rgb(210,130,142);
  width: 330px;
  height:260px;
}

#red{
  display: inline-block;
  position: relative;
  background-color: rgb(139,30,9);
  width:70px;
  height:70px;
}

#blue{
  display: inline-block;
  position: relative;
  background-color: rgb(25,84,140);
  width:180px;
  height:70px;
  margin-left: 75px;
  
}

#green{
  display: inline-block;
  position: relative;
  background-color: rgb(0,83,31);
  width: 180px;
  height:70px;
  margin-top: 115px;
}

#yellow{
  display: inline-block;
  position: relative;
  background-color: rgb(243,243,87);
  width: 70px;
  height:70px;
  margin-left: 75px;
}



