body {
  margin-top: 100px;
  margin-bottom: 50px;
}
a:link {
color: #c47b7b;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #c47b7b;
font-weight: bold;
text-decoration: none;
}
a:visited {
color: #c47b7b;
font-weight: bold;
text-decoration: none;
}
a:active {
color: #c47b7b;
font-weight: bold;
text-decoration: none;
}
p {
color: #46250c;
font-size: 16px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
}
p.detail {
color: #46250c;
font-size: 14px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
}
h1 {
color: #999999;
font-size: 24px;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
text-transform: uppercase;
}
h2 {
color: #2d2012;
font-weight: normal;
font-size: 12px;
font-family: Georgia, Serif;
}
h3 {
color: #928475;
font-weight: normal;
font-size: 10px;
font-family: Georgia, Serif;
}