$(function () {
    var firstH1 = $('.content').find('h1');
    $(firstH1[0]).css('marginTop', 0);
});
