* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  background-color: #191919;
}

html,
body {
  height: 100%;
  background-color: #191919;
  overflow-y: hidden;
  margin: 0;
  padding: 0;
}

.main {
  height: auto;

  margin: 200px auto;

  width: 100%;
}

.imagemlogo img {
  width: 90%;
}

.main a {
  font-size: 22px;

  color: #e1d591;
}
.logoparceiros {
  display: flex;
  align-items: center;
  justify-content: center;
}

.redes-sociais a {
  font-size: 25px;
}
.redes-sociais {
  display: flex;
  gap: 1.5rem;
  margin-top: 10rem;
  align-items: center;
  justify-content: center;
}

.imagem-parceiro {
  width: 70%;
}

@media (min-width: 768px) {
  .imagemlogo img {
    width: 35%;
  }
  .logoparceiros {
    gap: 1rem;
  }
  .redes-sociais a {
    font-size: 25px;
  }
}
