/* 1 & 2. Body */
body {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

/* 3. Header */
.header {
  background-color: #5e175b;
  color: #fff;
}

/* 4. Header H1 */
.header h1 {
  text-align: center;
  font-size: 40px;
  text-indent: 20px;
}

/* 5. Anchor Tags */
a {
  text-decoration: none;
  color: #333;
}

a:hover {
  color: rebeccapurple;
}

a:active {
  color: red;
}

/* 6. UL */
ul {
  list-style-type: none;
  padding: 0;
}

/* 7. Main Menu */
.main-menu {
  background-color: #f4f4f4;
  text-transform: uppercase;
  text-indent: 10px;
}

/* 8. Lead Paragraph */
p.lead {
  font-weight: bold;
  font-size: 20px;
  color: rebeccapurple;
}