a {
  text-decoration: none;
  color: rgb(30, 144, 255);
}

body {
  font-family: 'Nunito', sans-serif;
  color: #444;
}

section {
  border-bottom: 1px solid #444;
}

#container {
  margin: 0 auto;
  width: 800px;
}

#masthead {
  border-bottom: 1px solid #000;
}

#name {
  color: #444;
  display: inline;
  font-size: 2.5em;
}

#top-nav {
  display: block;
  float: right;
}

#name, #top-nav {

  height: 50px;
  padding: 5px;
}

#top-nav li {
  display: inline;
  padding: 10px;
}

.emphasis p {
  color: #222;
  font-size: 1.5em;
  padding: 10px;
}
