@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-Regular.ttf');
}
@font-face {
  font-family: 'MontserratExtraBold';
  src: url('../font/Montserrat-ExtraBold.ttf');
}
body {
	margin: 0 40px;
  background-color: #FFFAF0;
  font-family: palatino;
}
h1 {
  color: #500;
}
h2 {
  color: #000;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}
h3 {
  color: #000;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}
a {
  text-decoration: none;
}
.width_page {
  width: 600px;
}
.message {
  padding-top: 10px;
  color: #000;
  font-size: x-large;
  text-align: justify;
}
.center {
  text-align: center;
}
h2.alert {
  color: #df2c27;
  text-align: center;
  font-family: MontserratExtraBold;
}
div.page {
  padding-bottom: 80px;
  border-bottom: #500 solid;
}
div.header {
	background-color: #000;
}
div.footer:after {
	content: "";
	display: block;
	margin: 20px 0 10px 0;
	width: 100%;
	height: 1px;
	background-color: #6f7274;
}
div.section {
  margin: 20px 0 0 10px;
  padding-top: 10px;
  font-family: Montserrat;
  font-size: 20pt;
  font-weight: 600;
}
div.content {
  margin: 0 0 0 10px;
}
div.message {
  margin-top: 15px;
}
div.first_message {
  margin-top: 50px;
}
div.last_message {
  margin-bottom: 30px;
}
div.instagram {
  height: 40px;
  padding-left: 40px;
  padding-top: 5px;
  background: url(../image/instagram-logo-32.png) no-repeat 0 top;
}
