html, body{
    width: 100%;
    height: 100%;
}
body{
    margin: 0;
    display: table;
    background-color: #1674D1;
}
@font-face {
    font-family: 'Lato';
    src: url('font/Lato-Regular.ttf') format('truetype'), url('font/Lato-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.block{
    background-color: #1674D1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.block h1{
    text-align: center;
    color: #fff;
    font-family: 'Lato';
    letter-spacing: 0.05em;
    font-size: 50px;
    margin: 0; 
}