@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;
  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 {
  width: 90%;
  padding-top: 10px;
  color: #000;
  font-size: x-large;
  text-align: justify;
}
.comment {
  color: #666;
}
.center {
  text-align: center;
}
div.page {
  padding-bottom: 80px;
  border-bottom: #500 solid;
}
div.header {
  background-color: #000;
}
div.footer:after {
  content: "";
  display: block;
  margin: 40px 0 10px 0;
  width: 90%;
  height: 1px;
  background-color: #6f7274;
}
div.message {
  margin-top: 15px;
  vertical-align: middle;
}
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;
}
div.message span.logo {
  font-size: xx-large;
  color: #33A;
}
