img {
  width: auto;
}
.appContainer {
  margin-bottom: 5rem;
}

a:hover {
  text-decoration: none;
}

li a:hover {
  color: #eee;
}

h1 {
  text-align: center;
  color: #27474e;
  margin-top: 1.5rem;
}
#mainNav {
  height: 5rem;
}

#mainNav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-self: center;
}

.logo {
  margin-bottom: 0.7rem;
}

@media (max-width: 629px) {
  .logo {
    margin: 0 auto;
  }
}
