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

html,
body,
div#root {
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
}

html {
  font-size: 16px;
}

body {
  background: #f8fafc;
  font-family: "Encode Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

h1 {
  margin: 0;
}

:root {
  color-scheme: only light;
}

.title-container {
  display: grid;
  place-items: center;
  gap: 1rem;

  padding: 3rem 1rem 1rem 1rem;

  width: 100%;
}

.title-container img {
  width: 100%;

  max-width: 300px;
}

.title-container h2 {
  text-align: center;
}

.policy-container {
  display: grid;
  gap: 1rem;

  padding: 2rem;
  text-align: justify;
}

.body1 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.heading3 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 3rem;
}
