@charset "utf-8";
/* CSS Document */
body {
  text-align: justify;
  font-family: 'Montserrat', sans-serif;
  background-color: #f9fafa;
  color: #000;
  margin: 0;
  padding: 20px;
}

blockquote {
  margin: 0 auto;
  max-width: 1300px;
  padding: 20px;
}

.logo {
  text-align: center;
  margin-bottom: 40px;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
 font-size: 26px;	
 text-align: center;
}

h2 {
 font-size: 22px;	
 text-align: left;
}

p {
	font-size: 18px;
	text-align: justify;
}

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 .links {
  font-size: 20px;
}

footer .links a {
  color: #6A509D;
  text-decoration: none;
  margin: 0 10px;
}

footer .links a:hover {
  text-decoration: underline;
}
