@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600&display=swap");
*, *:before, *:after {
  box-sizing: border-box; }

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none; }

footer, header, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

body {
  display: grid;
  place-content: center;
  text-align: center;
  min-height: 100dvh;
  font-family: "Work Sans", sans-serif;
  background-color: #f8f9fa;
  font-size: 1.125rem;
  line-height: 1.25; }

h1 {
  font-size: xx-large;
  font-weight: bold;
  color: #212529; }

h2 {
  color: #495057; }

a {
  color: #302dd1; }

/*# sourceMappingURL=style.css.map */
