*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f2f0e7;
  color: #2c2417;
  font-family: Palatino Linotype, 'Times New Roman', serif;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

main {
  max-width: 780px;
  padding: 2rem;
  text-align: left;
}

h1 {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin-bottom: 1.25rem;
  color: #1a1208;
}

.bio {
  font-size: 1rem;
  line-height: 1.75;
  color: #5a4a35;
}

a {
    color: #CF987E;
  }

 nav {
    position: fixed;
    top: 1.5rem;
    right: 2rem;
  } 
  
  nav a {
    font-family: Palatino Linotype, serif;
    font-size: 1rem;
    color: #f2f0e7;
    text-decoration: none;
  }