<style>
   .blog-content {
       max-width: 900px;
       margin: auto;
   }
</style>
/* Marginit blogin kommenttiosioon vasemmalle ja oikealle */
.hs-comment-input,
.hs-form-field textarea,
.hs-form-field input {
    margin-left: 25px;
    margin-right: 25px;
}

/* Pienennetään margineja mobiilissa */
@media (max-width: 600px) {
    .hs-comment-input,
    .hs-form-field textarea,
    .hs-form-field input {
        margin-left: 10px;
        margin-right: 10px;
    }
}
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/