/* primary-color: #151515 */
/* background-color: #dae3dc;*/

html {
  margin: 5px
}

body {
  color: #151515;
  background-color: #dae3dc;
  font-family: "Helvetica Neue","Helvetica", sans-serif;
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  margin: auto;
  flex-direction: column
}


h1 {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 10px;
}

header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-basis: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #333
}

nav {
  margin-right: 15px;
  margin-bottom: 15px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin-right: 20px;
}

nav ul li {
  display: inline-block;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 10px;
    margin-right: 20px;
    margin-bottom: 0px;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-size: 1.1em;
    padding: 8px 12px;
    transition: color 0.1s;
}

nav ul li a:hover {
    color: #798986;
}
