body {

  font-family: 'Roboto', sans-serif;
  color: #574742;
  background-color:#fafafa;
}

h2 {
  background: #FF4242;
  color: #fff;
  padding: 3px 0 0 10px;
  font-family: 'Lekton', sans-serif;
  font-style: italic;
}

h3 {
  font-family: 'Lekton', sans-serif;
  font-style: italic;
  color: #FF4242;
}

p {
  padding: 0 0 0 10px;;
}

ul {
  list-style: none;
  padding: 0;
}

li:not(:first-child) {
  border-left: solid 1px #FF4242;
}

.row, .column {
  display: -webkit-box;
  display: -moz-box;
  display: box;
}

.row {
  width: 100%;
}

.row >*,
.column >* {
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-flex: 1;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -moz-box-flex: 1;
  -moz-box-align: center;
  -moz-box-pack: center;
  box-flex: 1;
  box-align: center;
  box-pack: center;
}

.column {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  padding: 10px;

}

.column {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -moz-box-align: center;
  -moz-box-pack: center;
  box-align: center;
  box-pack: center;
}
