html,
body,
ul,
li {
  margin: 0;
  padding: 0;
}

body {
  background: tomato;
  font-family: sans-serif, "cursive";
}

.container {
  width: 100%;
  height: 100%;
}
.container nav ul li {
  font-size: 1em;
}
.container nav a {
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
