*{box-sizing: border-box;}
body {
  background-color: white;
  font-family: "Open Sans", sans-serif;

  font-size: 18px;
  text-align: center;
  color: #444;
  padding: 0;
  margin: 0;
  
}
#wrap{padding: 20px 20px;}
h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;}
#one{
  display: inline-block;
  width: 100px;
height: 300px;
  background-color: rgb(102,36,41);
}
#two{
  display: inline-block;
  background-color: rgb(230,200,5);
  width: 100px;
  height: 300px;}
#three{
  display: inline-block;
  background-color: rgb(49,74,112);
  width: 100px;
  height: 300px;}
