.store-container {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Apple SD Gothic Neo', sans-serif;
}

.store-image {
  width: 100%;
  max-width: 320px;
  margin-bottom: 0px;
  margin-top: 20px;
  border-radius: 12px;
}

.store-text {
  font-size: 20px;
  line-height: 1.5;
  color: #333;
}

.store-button {
  margin-top: 18px;
  padding: 14px 28px;
  font-size: 18px;
  background-color: #e53935;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}