* { 
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #fff;
  background: #181818;
  font-family: '', 'Helvetica Neue', sans-serif;
}

h1 {
  font-size: 40px;
  font-weight: 300;
}
h3 {
  color: #666;
  font-weight: 400;
}

.clearfix {
  clear: both;
}

#example img {
  width: 300px;
  height: 200px;
  display: block;
  float: left;
}

#wrap {
  max-width: 900px;
  margin: 0 auto;
}

header {
  text-align: center;
  padding: 80px 0;
}

footer {
  color: #666;
  line-height: 120px;
  text-align: center;
}

footer a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: 200ms all;
}

footer a:hover {
  border-bottom: 1px solid #fff;
}