body {
  margin: auto;
  max-width: 1280px;
  font-family: 'Rubik', sans-serif;
}

.navbar {
  background-color: #313236;
  border-radius: 2px;
  max-width: 800px;
}

.navbar a {
  color: #aaa;
  display: inline-block;
  font-size: 15px;
  padding: 10px;
  text-decoration: none;
}

.navbar a:hover {
  color: #ffffff;
}

.splash {
  text-align: center;
}

.splash h1 {
  font-size: 200px;
  font-family: 'Pinyon Script', cursive;
}

.splash a {
  text-decoration: none;
  color: black;
}

.splash a:hover {
  text-decoration: none;
  font-weight: bold;
}

#instafeed {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  max-width: 64rem;
  margin: auto;
}

#instafeed a {
  display: block;
}

#instafeed img {
  display: block;
  width: 100%;
}
