
@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: 0 2px;
  color: #444;
  text-align: center;
}
#wrapper{
  padding: inherit;
  
}
.black{
  display: inline-block;
  position: relative;
  left:0px;
  top: 0px;
  background-color: rgb(27,28,30);
  width: 200px;
  height:150px;
}
.blue{
  display: inline-block;
  position: relative;
  left:0px;
  top: 0px;
  background-color: rgb(54,93,171);
  width: 200px;
  height:150px;
}
.yellow{
  display: inline-block;
  position: relative;
  right:0px;
  top: 0px;
  background-color: rgb(230,211,126);
  width: 200px;
  height:150px;
}

.white{
  display: inline-block;
  position:relative;
  left:0px;
  top: -5px;
  background-color: rgb(220,213,203);
  width: 200px;
  height:150px;
}
.navy{
  display: inline-block;
  position: relative;
  left:0px;
  top: -5px;
  background-color: rgb(32,39,78);
  width: 200px;
  height:150px;
}
.red{
  display: inline-block;
  position: relative;
  right:0px;
  top: -5px;
  background-color: rgb(163,63,72);
  width: 200px;
  height:150px;
}


.darkgray{
  display: inline-block;
  position: relative;
  left:-2px;
  top: -10px;
  background-color: rgb(50,50,60);
  width: 200px;
  height:150px;
}
.darkblue{
  display: inline-block;
  position: relative;
  left:-2px;
  top: -10px;
  background-color: rgb(47,70,110);
  width: 200px;
  height:150px;
}
.skyblue{
  display: inline-block;
  position: relative;
  right:2px;
  top: -10px;
  background-color: rgb(86,136,169);
  width: 200px;
  height:150px;
}


























