@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;display=swap');

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans", sans-serif;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}

.link {
  cursor: pointer;
}

.content h5 {
  font-size: .875rem;
  color: #94a3b8;
}

.content h2 {
  font-weight: 700;
  font-size: 3rem;
  color: #000;
  line-height: 1;
}

.content h4 {
  font-size: 16px;
}

.content h3 {
  font-size: 1.5rem;
  font-weight: 700;
}

.content p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.content-btn {
  border-radius: .5rem;
  background-color: #16a34a;
  font-size: 1.875rem;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  padding: 14px 20px 14px 20px;
  font-weight: 700;
  margin: 0 auto;
}

.content-btn:hover {
  background-color: #22c55e;
}

.content-btn span {
  font-size: 1rem;
}

footer {
  background: #000;
}

.links {
  margin: 0 auto;
}

footer p {
  color: #cbd5e1;
  font-size: .875rem;
}

.links a {
  font-size: .875rem;
  color: #60a5fa;
  font-weight: 400;
  text-align: center;
  margin: 0 10px 0 10px;
}

.links a:hover {
  text-decoration: underline;
}

@media(max-width:821px) {
  .content h2 {
    font-size: 2.3rem;
  }

  .links {
    display: grid;
  }

  .links a {
    font-size: .875rem;
    color: #60a5fa;
    font-weight: 400;
    text-align: center;
    margin: 0 0 10px 0;
  }
}