body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100vh;
  justify-content: space-between;
  flex-direction: column;
}
.container {
  display: flex;
  flex-direction: column;
  margin: 0px 20px;
  padding-top: 80px;
  text-align: center;
}

.app-icons img {
  width: 50%;
  max-width: 150px;
  border-radius: 20%;
  box-shadow: 0px 0px 6px 4px #ccc;
}

.container .title {
  text-transform: uppercase;
  padding: 40px 0px 20px;
}
.title .text-1 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.8;
  line-height: 0.8;
}

.title .text-2 {
  font-size: 26px;
  font-weight: 300;
}
.description{
  font-size: 14px;
  font-weight: 300;
}
.buttons {
  padding-top: 20px;
}
.buttons .download-btn {
  width: 60%;
  max-width: 300px;
  margin: 0 auto;
  padding: 50px 0px;
  display: none;
}
.buttons .download-btn img {
  width: 100%;
  box-shadow: 0px 0px 10px 2px #bbb;
  border-radius: 10px;
}

.contact {
  text-align: center;
  padding: 20px;
  font-size: 13px;
}
.contact .contact-text {
  padding-bottom: 10px;
}
