@import url(https://fonts.googleapis.com/css?family=PT+Serif+Caption&subset=latin,cyrillic);

* { margin: 0px; padding: 0px;}
img { border: 0; }
a, img, div, input  { outline: none; }
ol, ul { list-style-position: inside; }

html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'PT Serif Caption', serif;
}

.gradient {
    width: 100%;
    height: 100%;
    /* Старые браузеры */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    /* W3C */
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
}

h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1200px;
    height: 240px;
    margin-left: -600px;
    margin-top: -200px;
    text-align: center;
    font-weight: 600;
    font-size: 62px;
}