* {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
}

body {
  max-width: 400px;
  margin: auto;
}

.descr {
  text-align: center;
  margin: auto;
  padding: 10px;
  font-size: 20px;
}

.subdescr {
  text-align: center;
  margin: auto;
  padding: 10px;
  font-size: 16px;
}

.features h3 {
  text-align: center;
}

.hygglo-logo-element {
  margin-left:4px;
  margin-right:4px;
}

.hygglo-plus, .hygglo-equals {
  height: 8px;
  margin-bottom: 8px;
}

.hygglo-hygglo-logo, .hygglo-lt-logo {
  height: 24px;
}

.hygglo-love {
  height: 16px;
  margin-bottom: 4px;
}

@media (min-width: 400px) {
  .hygglo-logo-element {
    margin-left:5px;
    margin-right:5px;
  }

  .hygglo-plus, .hygglo-equals {
    height: 10px;
    margin-bottom: 10px;
  }

  .hygglo-hygglo-logo, .hygglo-lt-logo {
    height: 30px;
  }

  .hygglo-love {
    height: 20px;
    margin-bottom: 5px;
  }
}

.hygglo-wrapper {
  display: inline-block;
  margin: auto;
}

.hygglo-outer {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 15px;
}

.app-store {
  margin: 20px;
  text-align: center;
}

a {
  color: #32ae6b;
}
