:root {
  font-size: 16px;
}

@font-face {
  font-display: swap;
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/spectral-v15-latin-regular.eot');
  src: url('../fonts/spectral-v15-latin-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/spectral-v15-latin-regular.woff2') format('woff2'),
    url('../fonts/spectral-v15-latin-regular.woff') format('woff'),
    url('../fonts/spectral-v15-latin-regular.ttf') format('truetype'),
    url('../fonts/spectral-v15-latin-regular.svg#Spectral') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v12-latin-regular.eot');
  src: url('../fonts/inter-v12-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v12-latin-regular.woff2') format('woff2'), url('../fonts/inter-v12-latin-regular.woff') format('woff'), url('../fonts/inter-v12-latin-regular.ttf') format('truetype'), url('../fonts/inter-v12-latin-regular.svg#Inter') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v12-latin-700.eot');
  src: url('../fonts/inter-v12-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v12-latin-700.woff2') format('woff2'), url('../fonts/inter-v12-latin-700.woff') format('woff'), url('../fonts/inter-v12-latin-700.ttf') format('truetype'), url('../fonts/inter-v12-latin-700.svg#Inter') format('svg');
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  line-height: 1.375;
  font-family: 'Inter', Arial, sans-serif;
  color: #000;
  font-weight: 400;
}

#wrapper {
  position: relative;
  max-width: 540px;
  margin: 16px auto;
  border: 1px solid #000;
  padding: 60px 50px 60px 60px;
  overflow: hidden;
  background-color: #fff;
}

strong {
  font-weight: 700;
}

h1 {
  margin: 16px 115px 16px 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}

h1 strong {
  font-family: 'Spectral', 'Times New Roman', Times, serif;
  font-weight: 400;
  display: block;
  font-size: 22px;
}

p:not(:last-of-type) {
  margin-bottom: 16px;
}

header {
  text-align: center;
  margin-bottom: 32px;
}

.qrcode {
  position: relative;
  padding-right: 165px;
  margin: 36px 0px;
}

.qrcode figure {
  position: absolute;
  bottom: -36px;
  right: -5px;
}

.info {
  padding-left: 125px;
}

footer {
  position: absolute;
  bottom: 60px;
  left: 60px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

:is(a:link, a:visited, a:hover, a:active) {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

span {
  white-space: nowrap;
}

@media all and (max-width:540px) {
  #wrapper {
    margin: 0;
    padding: 16px;
    border: none;
  }

  :is(p, ul) {
    hyphens: auto;
    text-wrap: pretty;
  }

  h1 {
    margin-right: 0;
  }

  .qrcode {
    padding-right: 0;
    margin: 16px 0px;
  }

  .qrcode figure {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 16px;
  }

  footer {
    position: absolute;
    bottom: 16px;
    left: 16px;
  }
}

@media all and (max-width:380px) {
  footer {
    position: static;
    margin-top: 16px;
  }

  .info {
    padding-left: 0;
  }
}