html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #1D4851;
  background-color: #F5F5F5;
  margin: 0;
}

h1, h2, h3 { 
  margin: 16px 0 16px 0; 
  line-height: 1; 
}

h1 { 
  font-size: 60px; 
  font-weight: bold; 
}

h2 { 
  font-size: 45px; 
  font-weight: normal; 
}

h3 { 
  font-size: 30px; 
  font-weight: normal; 
}

p { 
  font-size: 16px; 
}

#page-header, #page-footer {
  position: fixed;
  width: 100%;
  left: 0;
}

#page-header {
  top: 0;
  height: 100px;
  text-align: left;
}

#page-footer {
  bottom: 0;
  height: 50px;
  text-align: center;
}

#page-content {
  position: relative;
  height: 100vh;
  display: grid;
  text-align: center;
}

.inner {
  width: 70%;
  margin: auto;
}

@media (max-width: 768px) {
  .inner {
    width: 90%;
    margin: auto;
  }
}
