@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600';

body {
  font-family:"Source Sans Pro", Arial, sans-serif;
  color: #404040;
  padding: 0;
  margin: 0;
  background: #fefefe;
  -text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  letter-spacing: 0.2em;
  text-align: center;
}

#content {
  width: 70%;
  margin: 23% auto;
}

#contact {
  padding: 25px;
}

h1 {
  margin: 0;
}

p {
  margin: 0;
}

a {
  color: #404040;
  padding: 0 10px;
  transition: color ease-in-out .15s;
}

a:hover {
  color: #000;
}
