html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    color: #000000;
}
a:hover {
    text-decoration: none;
    transition:all 0.3s ease-in-out;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #463828;
}
a:hover{
  color: ##463828;
}
img{
  object-fit: cover;
  vertical-align: middle;
}
input, select, textarea {
    vertical-align: middle;
    padding: 12px 24px;
}
input[type=text]:focus, input[type=email]:focus,
input[type=password]:focus, select:focus,
textarea:focus, input[type=submit]:focus{
  outline: 0;
  box-shadow: none!important;
  border-color: #000!important;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Firefox 19+ */
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* IE 10+ */
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Firefox 18- */
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
html, body {
  height: 100%;
  margin: 0;
}
body{
    font-family: "Noto Serif Display", serif;
    color: #463828;
    background: #fffcf8;
    font-weight: normal;
    font-size: 21px;
    line-height: 30px;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Noto Serif Display", serif;
}
p{
    margin-bottom: 16px;
}
p:last-child{
    margin-bottom: 0;
}
img{
    object-fit: cover;
}
input,
textarea{
    width: 100%;
    border: 2px solid #000;
    margin-bottom: 24px;
    border-radius: 0;
    padding: 12px 16px;
    resize: none;
}
h1{
    font-size: 48px;
    margin-bottom: 48px;
    font-weight: 300;
}
h2{
    font-weight: 300;
    font-size: 21px;
    text-decoration: underline;
}
main{
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0 12px;
}
.main-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}


@media screen and (max-width: 991px){}
@media screen and (max-width: 767px){}