body {
  line-height: 1.3;
}

h1 {
  line-height: 1.2;
}

a {
  color: #ffc700;
}

a:hover {
  color: #e6b300;
}

img {
  width: 100%;
  height: auto;
}

#list-page .item {
  margin: 48px 0 0 0;
}

.profile h2 {
  line-height: 1;
}

.profile h1 {
  margin-top: 20px;
}

nav.navigation a {
  color: inherit;
  border-radius: 0;
  padding: 2px 4px;
  text-transform: uppercase;
}

nav.navigation a:hover {
  background-color: #ffc700; 
  color: inherit;
}
