.body {
  width: 100vw;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90vw;
  background-color: #006e75;
}

a {
  margin-left: 20px;
  text-decoration: none;
  text-align: left;
  color: white;
}

.active {
  color: yellow;
}/*# sourceMappingURL=header.css.map */