* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #eeeef0;
  height: 230vh;
}

body h1 {
  color: #53585d;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
}

.descrypition {
  color: hsl(0, 0%, 20%);
  font-size: 18px;
  line-height: 1.5;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}

.descrypition p {
  margin-bottom: 1px;
  color: #979797;
}

.btn-downloads {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

@media screen and (max-width: 900px) and (min-width: 375px) {
  .btn-downloads {
    display: flex;
    flex-direction: column;
  }
}

.btn-downloads button {
  padding: 13px 35px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  outline: none;
}

.btn-downloads button:hover {
  cursor: pointer;
  opacity: 0.8;
}
#ios {
  background-color: #25bca4;
  color: white;
  border: 1px solid #1a917d;
}

#mac {
  background-color: #5368df;
  color: white;
  border: 1px solid #3b4cb0;
}

.snippets {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin-top: 80px;
}

.snippets h2 {
  margin-bottom: 20px;
  color: #53585d;
}

.snippets p {
  color: #979797;
  margin-bottom: 50px;
}

.recurses-showcase {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

@media screen and (max-width: 900px) and (min-width: 375px) {
  .img-showcase img {
    height: 270px;
  }
}

.showcased {
  margin-bottom: 50px;
  text-align: left;
}

@media screen and (max-width: 900px) and (min-width: 375px) {
  .showcased {
    text-align: center;
  }
}

.showcased h3 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  color: #53585d;
}

.showcased p {
  color: #979797;
  line-height: 1.5;
  font-size: 1.1rem;
}

.access {
  text-align: center;
  margin-bottom: 50px;
}

.access h2 {
  margin-bottom: 20px;
  color: #53585d;
}

.access p {
  color: #979797;
  line-height: 1.6;
  font-size: 1.1rem;
  margin-bottom: 50px;
}

.img-devices {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 900px) and (min-width: 375px) {
  .img-devices img {
    height: 260px;
  }
}

.workflow h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #53585d;
  text-align: center;
}

.workflow p {
  color: #979797;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 50px;
}

.technologies {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.tech h3 {
  margin: 20px 0;
  color: #53585d;
}

.tech p {
  font-size: 18px;
  color: #979797;
  line-height: 1.5;
  margin-bottom: 80px;
}

.patrocinadores {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 180px;
  color: white;
}

@media screen and (max-width: 900px) and (min-width: 375px) {
  .patrocinadores {
    display: flex;
    flex-direction: column;
    gap: 8rem;
  }
}

.descricao {
  text-align: center;
  margin-top: 150px;
}

.descricao h2 {
  margin-bottom: 20px;
  color: #53585d;
}

.descricao p {
  color: #979797;
  line-height: 1.6;
  font-size: 1.1rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) and (min-width: 375px) {
  .descricao p {
    padding: 10px;
  }
}

.footer {
  background-color: #2d2e320e;
  margin-top: 60px;
  padding: 20px 43.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 900px) and (min-width: 375px) {
  .footer {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
}

.img-footer img {
  height: 50px;
}

.links-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

@media screen and (max-width: 900px) and (min-width: 375px) {
  .links-footer {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.links-footer a {
  margin-right: 20px;
  text-decoration: none;
  color: #53585d;
  font-weight: 600;
}

.links-footer a:hover {
  color: #25bca4;
}

@media screen and (max-width: 900px) and (min-width: 375px) {
  .links-footer a {
    margin-right: 0;
  }
}

.social-media a {
  margin-right: 15px;
}

@media screen and (max-width: 900px) and (min-width: 375px) {
  .social-media {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .social-media a {
    margin-right: 0;
  }
}
