body {
  background: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

p {
  text-align: center;
}

.header-left {
  float: left;
}

.header-right {
  float: right;
}

.contact {
  text-align: center;
}

.column1 {
  float: left;
  width: 32%;
  padding: 2.5%;
}

.column2 {
  float: left;
  width: 58%;
  padding: 2.5%;
}

.h2:after {
  content: "";
  display: table;
  clear: both;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
