* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Bree Serif", serif;
  font-weight: 100;
  letter-spacing: 9px;
  word-spacing: 5px;
}
body {
  background: #f8f7f7;
}
/*  */
.wrap {
  max-width: 420px;
  margin: 0 auto;
}
/*  */
.site {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.header {
  text-align: center;
  padding: 0.5em 0;
  font-size: 20px;
  text-transform: uppercase;
}
.header-2 {
  margin-top: 2em;
  margin-bottom: 0;
  box-shadow: 0px 0px 6px #333;
  background: #00a0e7;
  color: #f8f7f7;
  text-shadow: 0px 4px 6px #333;
  padding: 0.2em;
}
@media only screen and (min-width: 600px) {
  .header {
    font-size: 37px;
  }
}
main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

footer {
  text-align: center;
  border-top: 1px solid #333;
  padding: 1.5em 0;
  position: sticky;
  bottom: 0;
  background: #f8f7f7;
}
.footer-nav {
  width: 100%;
  max-width: 740px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.footer-nav-item {
  padding: 0.25em 1em;
}
/*  */

.img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0 1em;
  border-radius: 3px;
}
a.buy {
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  background: #00a1e4;
  color: #fff;
  padding: 0.5em;
  border-radius: 4px;
  display: inline-block;
  margin: 0;
  line-height: 1;
  word-spacing: normal;
}

a.buy:hover {
  background: #008ac3;
}
/*  */
.support-wrap {
  min-height: 100vh;
  background: #2e393e;
  display: flex;
}

.support {
  width: 100%;
  max-width: 900px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .support {
    flex-direction: column;
  }
}

.support-item {
  padding: 1em;
  text-align: center;
}

.support-item img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-bottom: 1em;
}
