* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: 'Noto Sans', sans-serif;
  color: #686967;
  background: #fff;
  line-height: 1.6;
}
header{
      background: #333;
}
a { color: inherit; text-decoration: none; }

li{list-style: none;}