/* Reset & Base Styles */
html {
  color: #333;
  font-size: 1em;
  line-height: 1.4;
}

body {
  margin: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  background-color: #fefefe;
  line-height: 1.6;
}

/* Links */
a {
  text-decoration: none;
  color: inherit;
}

/* Lists */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Section Layouts */
section {
  max-width: 900px;
  margin: 50px auto;
  padding: 0 20px;
}
