body {
  background-color: #3A797E;
  color: white;
  font-family: sans-serif;
}

.content {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: "Tilt Neon", sans-serif;
}

.content-inner {
  text-align: center;
  max-width: 600px;
  padding: 20px;
}

h1 {
  font-family: "Tilt Warp", sans-serif;
  margin: 0;
}

.store-badge-wrapper {
  display: block;
  margin: 50px 0;
}

.store-badge {
  display: inline-block;
  position: relative;
}

.label {
  position: absolute;
  display: inline-block;
  font-family: 'Tilt Warp', sans-serif;
  top: -10px;
  right: -30px;
  background-color: #dfa089;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  padding: 7px;
  margin: 0;
}

@media only screen and (min-width: 1000px) {
  .store-badge-wrapper {
    display: inline-block;
    margin: 0;
  }

  .store-badge {
    margin: 20px 50px;
  }
}

.privacy {
  background-color: #366164;
  width: 80%;
  margin: 50px auto;
  padding: 20px;

  p {
    width: 80%;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: "Tilt Warp", sans-serif;
    margin-bottom: 0;
  }

  h2 {
    margin-top: 30px;
  }

  h3, h4, h5, h6 {
    margin-top: 20px;
  }

  ul {
    width: 70%;
  }

  li {
    margin: 10px 0;
  }

  a {
    color: white;
  }
}

.privacy-title {
  margin: 0;
}

.privacy-date {
  font-size: 14px;
  margin: 0;
  font-weight: bold;
}

.social-link {
  display: block;
}
