.frame {
  background-color: #131313;
  display: flex;
  flex-direction: column;
  justify-content: center;
    align-items: center;
  width: 100%;
    height: 100%;
      background-image: url(./images/bg.png);
  background-size: 100% 100%;
    
      font-family: "Poppins-Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.shape-top {
  position: absolute;
  width: 173px;
  height: 87px;
  top: 0;
  right: 0;
  background-image: url(./images/yellow.png);
  background-size: 100% 100%;
}

.shape-bottom {
  position: absolute;
  width: 235px;
  height: 381px;
  bottom: 20px;
  left: 0;
  background-image: url(./images/purble.png);
  background-size: 100% 100%;
}

.container{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo {
  width: 169px;
  max-width: 185px;
  height: auto;
}

.tagline {
  color: #ededed;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
    margin-top: 32px;
}

.app-store-buttons {
  width: 184px;
  max-width: 169px;
    margin-top: 50px;
}

.app-store-link {
  display: block;
}

.app-store-link img {
  width: 100%;
  height: auto;
}

.website-btn{
    background-color: #FFF;
    border-radius: 50px;
    padding: 10px 20px;
    color: black;
      font-size: 16px;
  text-align: center;
    margin-top: 50px;
}

.social-buttons{
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 30px;
}

.social-buttons img{
    margin: auto;
    display: block;
}