body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

a {
  color: #000;
  text-decoration: none;
}

img {
    width: 100%;
}

.logo-abreu {
  max-width: 400px;
}

.brand {
  color: red;
  margin-top: 100px;
}

.ayuda {
  margin-top: 90px;
}

.logos-ayuda {
  max-width: 370px;
}

.frosio {
  display: flex;
  text-align: left;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.frosio img {
  max-width: 80px;
}

.contacto {
  margin-top: 70px;
}