body {
  font-family: 'Montserrat', sans-serif;
}

nav {
  position: absolute;
  top: 10px;
  left: 0px;
  margin: 0 20px;
  padding-bottom: 13px;
  z-index: 3;
  border-bottom: 1px solid #7b7b7b;
  width: calc(100% - 40px);
}

nav a {
  color: #5f5f5f;
  text-decoration: none;
  margin-right: 30px;
}

nav a img {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
  margin-right: 4px;
}

.nav-emoji {
  font-size: 30px;
  position: relative;
  top: 5px;
  padding-right: 5px;
}

.main {
  margin-top: 30px;
  text-align: center;
}

.main img {
  margin-bottom: 30px;
}

h1 {
  margin: 0;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 24px
}

.legalese {
  text-align: center;
}

.home-link {
  font-weight: 500;
  font-size: 21px;
  margin-right: 40px;
}

.nav-link--active {
  border-bottom: 3px solid;
  padding-bottom: 15px;
}

.separator--mobile {
  display: none;
}