* {
  font-family: 'Source Sans Pro', sans-serif;
}

h1 {
  font-weight: 700;
}

h2 {
  font-size: 1.5em;
  font-weight: 300;
  text-transform: capitalize;
}

.header {
  color: #F5F5F5;
  background-color: #3e4149;
  height: 10em;
  padding-top: 2.6em;
  padding-bottom: 2.6em;
}

.main {
  padding-top: 3em;
  padding-bottom: 3em;
}

.column {
  padding-top: 1em;
  padding-bottom: 1em;
}

li {
  list-style: square;
}
