body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  background-color: #F4EADF;
  justify-content: space-between;
  min-height: 90vh;
}

@media screen and (min-width: 768px) {
  body {
    height: 100vh;
  }
}
.header,
.footer {
  color: white;
  text-align: center;
  padding: 15px;
}

.container {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.logo-wrapper {
  display: flex;
  justify-content: space-between;
}

.logo-img {
  max-width: 180px;
  margin-right: 30px;
}

.logo-text {
  font-size: 14px;
  color: #6F7374;
  text-align: center;
}

.title {
  font-size: 40px;
  font-weight: 700;
  line-height: 44.8px;
  color: #000000;
  padding-bottom: 20px;
  margin: 0;
}

.app-button {
  background-color: #22252A;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
}

.img-wrapper {
  margin-top: 40px;
}

.rounded-image {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}

.color-bar {
  width: 100% !important;
}

.footer {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}

.footer-text {
  font-size: 26px;
  color: #6F7374;
  margin: 10px;
}

.languages {
  display: flex;
  list-style: none;
}

.languages a {
  color: black;
  margin-right: 10px;
  text-decoration: none;
}/*# sourceMappingURL=download-app.css.map */