body {
  background-color: white;
  color: black;
  font-family: sans-serif;
  font-size: 24px;
  line-height: 30px;
  /*be careful on mobile before removing the above */
}

.content {
  max-width: 1400px;
  margin: 28px auto;
}

a {
  color: black;
}

h1 {
  font-size: 48px;
  line-height: 56px;
}
h2 {
  font-size: 32px;
  line-height: 40px;
}

img.hero {
  width: 100%;
}

.footnote {
  font-size: 0.8em;
}

.topbar {
  display: flex;
  align-items: center;
}
.topbar img {
  width: 120px;
}

.nav {
  display: flex;
  font-size: 20px;
  padding-left: 0px;
  align-items: center;
}
.nav li {
  display: flex;

  border-right: 1px solid #545454;
  align-items: center;
}
.nav li:last-of-type {
  border-right: none;
}
.nav .checked a {
  border-bottom: 7px solid #90eafc;
}
.nav a {
  text-decoration: none;
  color: #545454;
  display: block;
  margin: 0px 10px;
  border-bottom: 7px solid transparent;
}
.nav a:hover {
  border-bottom: 7px solid #90eafc;
}
a {
  color: #2c8aa8;
}

dt {
  font-weight: bold;
}
dd {
  margin-bottom: 16px;
}

footer {
  margin-top: 40px;
}

footer .supported {
  background-color: #fefcef;
  padding: 20px;
  text-align: center;
}

footer .social {
  text-align: center;
  background-color: #f68235;
  padding: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
