/*    CSS Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 200;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* STYLE HEADER START */
body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  color: #137fad;
}

h1 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -2px;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 2rem;
}

h4 {
    font-size: 1.75rem;
}

header {
  display: flex;
  padding: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

iframe {
  width: 100%;
  min-with: 1000px;
  height: 100%;
  min-height: 800px;
}


p {
  width: 600px;
  margin: 0 auto 20px;
}
