html{
    background:rgba(250, 248, 240, 1);
}
body{
    background:rgba(250, 248, 240, 1);
    text-align:center;    
    padding:60px 0;
}
.logo{
    max-width:330px;
    margin:auto;
}
.inner{
    margin:auto;
    width:100%;
    padding:0;
    max-width:780px;
    display:flex;
    flex-direction: column;
    align-items: center;
}
h1, h2, h3, h4{
    font-family: 'Kabouter DEMO';
    color:rgba(62, 33, 17, 1);
}
h1{
    font-size:50px;
}
h2{
    font-size:30px;
    margin-bottom:30px;
}
h2 a{
    color:rgba(62, 33, 17, 1) !important;
    text-decoration: underline;
}
p{
    font-family: 'Quicksand';
    color:rgba(46, 46, 46, 1);
    font-size:18px;
    line-height:26px;
}
p strong{
    font-weight:700;
}
.image{
    margin-top:30px;
    width:auto;
    max-width:100%;
}

@media(max-width:780px){
    body{
        margin:0 30px;
    }
    h1{
        font-size: 34px;
    }
    h2{
        font-size: 24px;
    }
}