/* 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');

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

#black1{ 
  position: absolute;
  right: 355px;
  top: 0px;
  background-color: rgb(20, 21, 23); 
  width: 125px;
  height: 100px;
}

#shell{ 
  position: absolute;
  right: 355px;
  top: 100px;
  background-color: rgb( 212,200 ,191);
  width: 125px;
  height: 100px;
}

#black2{ 
  position: absolute;
  right: 355px;
  top: 200px;
  background-color: rgb( 41,41 ,41);
  width: 125px;
  height: 100px;
}

#blue1{ 
  position: absolute;
  right: 230px;
  top: 0px;
  background-color: rgb(49, 94, 175); 
  width: 125px;
  height: 100px;
}

#blue2{ 
  position: absolute;
  right: 230px;
  top: 100px;
  background-color: rgb(31, 35, 63); 
  width: 125px;
  height: 100px;
}

#blue3{ 
  position: absolute;
  right: 230px;
  top: 200px;
  background-color: rgb(41, 70, 112); 
  width: 125px;
  height: 100px;
}

#yellow{ 
  position: absolute;
  right: 105px;
  top: 0px;
  background-color: rgb(235, 213, 121); 
  width: 125px;
  height: 100px;
}

#red{ 
  position: absolute;
  right: 105px;
  top: 100px;
  background-color: rgb(173, 54, 69); 
  width: 125px;
  height: 100px;
}

#blue4{ 
  position: absolute;
  right: 105px;
  top: 200px;
  background-color: rgb(75, 139, 172); 
  width: 125px;
  height: 100px;
}
