body {
  height: 100%;
  position: absolute;
  width: 100%;
}

.nav_outer {
  align-items: center;
  background-color: rgb(0, 87, 70);
  display: flex;
  height: 10%;
  justify-content: space-between;
  width: 100%;
}

.nav {
  display: flex;
  justify-content: space-around;
  list-style: none;
  width: 30%;
}

.nav_p {
  color: #bbb;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.4px;
  padding-left: 15px;
}

.nav_a {
  color: #bbb;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  letter-spacing: 1.25px;
  text-decoration: none;
}

.privacy-link {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  color: #333;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 5px;
}
