*{padding:0;
  margin:0;}
  
  
  html{background-color:#cccbb4;
  font-family: 'Istok Web', sans-serif;
  color:#000}

header{background-color:#1f1e1e;}

header img{display:block;
margin:0 auto;
padding-bottom:20px;}

section h1{
  text-align:center;
}

blockquote{
  margin:0 0 20px 0;
  text-align:center;
}

article{
  font-size:0.8em;
  line-height:1.6em;
}

article p{
  width:250px;
 }

.steve_img{
  padding-left: 50px;
}
.column {
    width: 300px;
    display: flex;
    flex-direction: column;
}
.wrapper {
    display: flex;
    width: 960px;
    justify-content: center;
    padding-top: 20px;
}
.contact_info{
  text-align: center;
  padding-top: 50px;
}