@import url("https://fonts.googleapis.com/css2?family=Poppins:weight@100;200;300;400;500;600;700;800&display=swap");

body {
  height: 100vh;
}

.container{
padding-top: 100px;
}

.height {
  height: 100vh;
}

.app-button {
  width: 240px;
  height: 58px;
  border-radius: 10px;
}

.app-button span {
  font-size: 18px;
}

.buttons {
  display: grid;
}

.download {
  color: black;
}

.icon {
  color: black;
}

.feature {
  color: black;
  font-size: 26px;
  margin: 10px 0px;
}

.title {
  color: rgb(0, 223, 117);
  font-size: 26px;
}

.list {
  font-size: 20px;
  color: black;
}

@media screen and (max-width: 650px) {
       .feature{
              font-size: 20px;
       }

       .title{
              font-size: 18px;
       }
       .list{
              font-size: 16px;
       }
     }
