@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  background: #F8F9FA;

  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #1A1A1A;
}

h1 {
  font-size: 52px;
  line-height: 1.2;
}

.text-lead {
  font-size: 1.5rem;
}

p {
  margin-bottom: 1rem;
}

.container {
  margin-inline: auto;
  width: 100%;
  max-width: 760px;

  text-align: center;
}

.text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  padding: 10rem 0;
}

.text-wrap-narrow {
  max-width: 520px;
  margin-inline: auto;
}

a {
  color: #4682B4;
}

a:hover {
  color: #06253f;
}