@import url(https://fonts.googleapis.com/css?family=Muli);

html, body, header, nav, h1, h2,
ul, li, main, button, section, img,
div, p, form, label, input {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-decoration: inherit;
  background: transparent;
  font-family: 'Muli',serif;
}

button:focus {
  outline:0;
}

input[type="submit"]:focus {
  outline:0;
}

ul {
  list-style: none;
}

img {
  width: 100%;
}

button, input[type="submit"] {
  cursor: pointer;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

span {
  font-size: 30px;
}
