@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v35-latin-regular.eot');
  src: url('../fonts/open-sans-v35-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v35-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v35-latin-regular.woff') format('woff'), url('../fonts/open-sans-v35-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v35-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v35-latin-700.eot');
  src: url('../fonts/open-sans-v35-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v35-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v35-latin-700.woff') format('woff'), url('../fonts/open-sans-v35-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v35-latin-700.svg#OpenSans') format('svg');
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  font-size: 16px;
}

body {
  color: #231f20;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
}

#wrapper {
  max-width: 400px;
  margin: 1rem auto;
  border: 1px solid #636466;
  background-color: #fff;
  position: relative;
}

article {
  padding: 0.375rem 1rem;
}

footer {
  padding: 0.375rem 1rem;
  background: #eeeff0;
  border-bottom: 8px solid #ed322a;
}

p {
  text-align: center;
  margin-bottom: 10px;
}

h1 {
  margin: 0 0 0.625rem;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 2.375rem;
  text-align: center;
}

h1 span {
  display: block;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

h2 {
  margin: 0 0 0.1875rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-align: center;
}

h2 span {
  display: block;
  font-size: 1rem;
  line-height: 1.25rem;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

:is(a:link, a:visited, a:hover, a:active) {
  color: #231f20;
  text-decoration: none;
  white-space: nowrap;
}

@media all and (max-width: 398px) {
  #wrapper {
    margin: 0;
    border: none;
  }

  p {
    hyphens: auto;
    text-wrap: pretty;
  }
}