#lorem {
  color: grey;
  font-family: serif;
}

img {
}

*, *:after, *:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #f0f0f0;
  text-decoration: none;
}

a:hover {
  color: #000;
}

* {
  font-family: 'Raleway', sans-serif;
}

.row {
  padding: 7px;
}

