body {
    font-family: "Helvetica", "Arial", sans-serif;
    margin: 0 auto;
    max-width: 50em;
    line-height: 1.5;
    padding: 1em 1em;
    color: #566b78;
}

header {
    background-color: #263d36;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 1.2;
    padding: 1em 1em;
    text-align: center;
  }

header h1 {
    color: white;
    font-size: 2.5em;
    font-weight: 300;
  }

nav ul {
  display: flex;
  justify-content: center;
  max-width: 80ch;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

nav li {
  flex: 1;
  display: flex;
}

nav li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1em 0;
}



header a {
    border: 1px solid #381c4f;
    border-radius: 290486px;
    color: white;
    font-size: 0,6em;
    letter-spacing: 0.2em;
    padding: 1em 2em;
    text-transform: uppercase;
    text-decoration: none;
    transition: none 200ms ease-out;
    transition-property: color, background;
  }

header a:hover {
    background: #381c47;
    color: white;
  }

h2 {
    margin-top: 1em;
    padding-top: 1em;
}

h1,
h2
strong {
    color: #333;
}

a {
    color: #e81c4f;
}

footer {
    text-align: center;
    border-top: 2px solid #566b78;
    /* padding-top: 20px; /* Space between line and content inside footer */
    /* or */
    margin-top: 30px; /* Space between the content above and the footer */
}

footer a {
  color: #566b78;
}
