body {
    margin: 0;
    padding: 0;
    color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #000;


  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center
  }

  .container {
    padding:0 20px 40px;
  }

  .logo {
    width: 150px;
    max-width: 80%;
    height: auto;
    margin: 0 auto 20px;
  }

  .tagline {
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 1.5rem;
  }

  .store-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 1.0rem;
  }

  .store-buttons img {
    height: 40px;
    cursor: pointer;
  }

  .store-buttons button {
    border: none;
    outline: none;
    width: 12rem;
    height: 41px;
    border-radius: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
     cursor: pointer;
    font-weight: 500;
}