@font-face {
  font-family: 'Baloo 2';
  src: url('fonts/Baloo2-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  font-family: 'Baloo 2', cursive;
  background-color: #f5f5f5;
  color: #333;
}

header {
  background-color: #3c9d53;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}

header h1 {
  font-size: 2.5em;
  margin: 0 0 10px;
}

header p {
  font-size: 1.2em;
}

.slogan {
  font-size: 1.8em;
  font-weight: bold;
  color: #5a3a22;
  text-align: center;
  margin: 30px 20px;
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  gap: 20px;
}

.feature {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  padding: 20px;
}

.feature h3 {
  margin-top: 0;
  color: #3c9d53;
}

footer {
  background-color: #3c9d53;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin-top: 40px;
}

.store-buttons {
  font-size: 0; /* removes the "dash" gap */
  text-align: center;
  margin: 30px 0;
}

.store-buttons a {
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
  font-size: initial;
}

.store-buttons img {
  display: block;
  height: 60px;
  margin: 10px;
}
