:root {
  font-size: 16px;
}

@font-face {
  font-display: swap;
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/hind-vadodara-v13-latin-regular.eot');
  src: url('../fonts/hind-vadodara-v13-latin-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hind-vadodara-v13-latin-regular.woff2') format('woff2'),
    url('../fonts/hind-vadodara-v13-latin-regular.woff') format('woff'),
    url('../fonts/hind-vadodara-v13-latin-regular.ttf') format('truetype'),
    url('../fonts/hind-vadodara-v13-latin-regular.svg#HindVadodara') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Hind Vadodara';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/hind-vadodara-v13-latin-700.eot');
  src: url('../fonts/hind-vadodara-v13-latin-700.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hind-vadodara-v13-latin-700.woff2') format('woff2'),
    url('../fonts/hind-vadodara-v13-latin-700.woff') format('woff'),
    url('../fonts/hind-vadodara-v13-latin-700.ttf') format('truetype'),
    url('../fonts/hind-vadodara-v13-latin-700.svg#HindVadodara') format('svg');
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



body {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Hind Vadodara', Arial, sans-serif;
  color: #fff;
  font-weight: 400;
}

#wrapper {
  position: relative;
  max-width: 530px;
  margin: 16px auto;
  border: 1px solid #D1232A;
  padding: 16px;
  overflow: hidden;
  background-color: #D1232A;
}

h1 {
  margin: 6px 0 1px;
  font-size: 31px;
  line-height: 1.25;
  font-weight: 700;
}

h1 strong {
  display: block;
  font-size: 1.375em;
}

h1 small {
  font-size: 16px;
}

h2 {
  margin: 0 0 2px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: -0.0031rem;
}

p:not(:last-of-type) {
  margin-bottom: 16px;
}

.qrcode {
  position: absolute;
  bottom: 0;
  left: 0;
}

article {
  position: relative;
  font-size: 12px;
  line-height: 1.25;
}

.logo {
  position: absolute;
  top: 16px;
  right: 16px;
}

.info {
  position: absolute;
  left: 55.75%;
  bottom: 0;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.4);
}

footer {
  padding: 6px 0 0;
  text-align: center;
  font-size: 18px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}


:is(a:link, a:visited, a:hover, a:active) {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

@media all and (max-width:530px) {
  #wrapper {
    margin: 0;
    padding: 16px;
    border: none;
  }

  .logo {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }

  :is(p, ul) {
    hyphens: auto;
    text-wrap: pretty;
  }

  br:not(footer br) {
    display: none;
  }
}