html,
body {
  font-size: 1.1rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.logo {
  width: 460px;
  max-width: 100%;
}
img {
  max-width: 100%;
}
.btn {
  background: linear-gradient(135deg, #2868d7, #00c8f0);
  color: #fff;
  border-radius: 8px;
  border: 0px;
  display: inline-flex;
  padding: 0.7rem 4rem;
}
.btn:hover {
  background: linear-gradient(135deg, #00c8f0, #2868d7);
  color: #fff;
}
a {
  color: #2868d7;
}
.content {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
}
.footer {
  text-align: center;
}
.footer a {
  color: #000;
}
h1,
h2 {
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 300;
}
h4 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
h6 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
