@import url('https://fonts.googleapis.com/css?family=Muli:400,700,900&display=swap');

body {
  height: 100%;
font-family: 'Muli', sans-serif;
font-weight: 400;
font-size: 1.1em;
}

a, a:visited, a:hover {
  color: #faa819;
}

h1 {
font-weight: 700;
font-size: 1.4em;}