@charset "utf-8";

* {
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

footer {
  background: #f9fafa;
  color: #6A509D;
  text-align: center;
  padding: 30px 15px 30px;
}

footer .slogan {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #6A509D;
}

footer .logo-footer {
  margin-bottom: 35px;
  margin-top: 35px;
}

footer .logo-footer img {
  max-width: 400px;
  height: auto;
}


footer .links {
  font-size: 20px;
}

footer .links a {
  color: #6A509D;
  text-decoration: none;
  margin: 0 10px;
}

footer .links a:hover {
  text-decoration: underline;
}
