@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700.eot');
    src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-700.woff') format('woff'), url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
}
:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
  margin: 0;
}
html {
  min-height: 100%;
}
body {
  color: #000;
  font: 700 1.25em/1.25em 'Open Sans', Arial, sans-serif;
}
#wrapper {
  position: relative;
  max-width: 400px;
  margin: 1rem auto;
  border: 3px solid #000;
  overflow: hidden;
  background-color: #c7c8ca;
  padding: 1rem;
}
h1 {
  margin-bottom: 0.625rem;
  font-size: 1.875em;
  line-height: 1.167;
  font-weight: 700;
  text-align: center;
}
p {
  margin-top: 0.375rem;
  text-align: center;
}
footer {
  padding-top: 0.375rem;
  border-top: 3px solid #000;
  margin-top: 0.75rem;
}
:is(a:link, a:visited, a:hover, a:active) {
  color: #231f20;
  text-decoration: none;
  white-space: nowrap;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
@media only screen and (max-width:399px) {
  body {
    font-size: 1em;
    line-height: 1.25em;
  }
  #wrapper {
    border: none;
    margin: 0 auto;
  }
  span {
    display: inline-block;
  }
}