.app-nav {
    justify-content: flex-start;
	background-color: #007d71;
}
.app-header__logo {
	width:auto;
    font-family: 'serif';
	font-size:16px;
}

a:hover {
  text-decoration: none;
}