* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

a, a:hover, a:target, a:visited, a:link {
  text-decoration: none;
}

ul {
  list-style: none;
}

body {
  background: #fff;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: Montserrat;
}

header, main, footer {
  float: left;
  width: 100%;
}
