/*
 *   Project for Mobile 2017
 *   author: Pavel Studenik <studenik@varhoo.cz>
 */

/* Links */
a,
a:focus,
a:hover {
  color: #333;
}

/*
 * Base structure
 */

html,
body {
  margin: 30px;
  color: #333;
}
