html, body {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: content-box;
  font-family: 'Raleway', sans-serif;
  background: #FFFF99;
}

.wrapper {
  height: 100vh;
  background-image: url('../images/bg-headholiday.svg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size:  100% auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inner {
  box-sizing: border-box;
  width: calc(65vh - 10em);
  max-width: 100%;
  background: white;
  margin: auto;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
  padding: 2em;
  border-radius: .5em;
  text-align: center;
  /* text-transform: uppercase; */
  font-size: 1.2em;
}

.download-link span {
  text-decoration: none;
  background-color: #343183;
  color: white;
  font-size: .8em;
  text-transform: uppercase;
  padding: .5em 1em;
  border-radius: .5em;
  margin: 1em auto;
  display: block;
  width: 130px;
}

.download-link img {
  height: 160px;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.6);
  border-radius: .5em;
}