html {
  margin: 0;
  scrollbar-gutter: stable;
}

body {
  background-color: #f8f0e5;
  font-family: 'Georgia', serif;
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem;
  line-height: 1.6;
}

header ul {
  font-size: 1.2rem;
  margin: 2rem 0;
  padding: 0 1rem;
  display: flex;
  list-style: none;
  justify-content: space-around;
}

header ul a {
  color: black;
}

header ul a:visited {
  color: black;
}

h1 {
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
}

h2 {
  font-size: 2.2rem;
}

.tagline {
  font-size: 1.8rem;
  text-align: center;
}

section h1 {
  margin: 0;
}


@media (min-width: 900px) {
  .two-col {
    display: flex;
    justify-content: space-between;
  }

  .two-col title-card {
  }

  .two-col .content {
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

