* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #252525;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

footer {
  padding: 20px 0;
  text-align: center;
  font-size: 1.4rem;
  color: #555;
}

h1 {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  color: #003087;
  text-align: center;
  line-height: 0.7;
  letter-spacing: -1px;

  .subheading {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 300;
    color: #252525da;
  }
}

address {
  font-style: normal;
  margin-top: 20px;

  p {
    margin: 0.1rem 0;
  }
}
