body {
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: center;
  margin: 0;
  background-color: #f0f0f0;
}

.container {
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 100%;
  margin-top: 20px; /* Added margin-top to create spacing from the top */
}

.container-padding {
  padding: 40px;
  padding-bottom: 20px;
}

.header h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}

.header p {
  margin: 10px 0 30px;
  color: #666666;
}

.button-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.download-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #007bff;
  background-color: #ffffff;
  border: 2px solid #007bff;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.store-logo {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.reviews-section {
  padding: 0px;
  height: 100px;
  border-top: 1px solid #e0e0e0;
}

.reviews-section h2 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
}

.senja-embed-container {
  max-width: 100%;
  overflow: hidden;
}

.senja-embed {
  width: 100%;
  height: auto;
}
