footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #121212;
  left: 0;
  padding-top: 5px;
}
footer ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  margin: 0.5rem 0;
  text-transform: uppercase;
}
footer ul a {
  text-decoration: none;
  color: #c49967;
}
footer .icon {
  font-style: normal;
  color: #fff;
}
.nav-item-name {
  display: block;
  font-size: 1rem;
}
nav ul {
  list-style-type: none;
  padding-left: 0;
}
