/* RESET BASE */
* {
    margin: 0;
    padding: 0;
}

html, body {
  font-family: 'Open Sans', sans-serif;
    height: 100%;
}
