body{
    margin: 0 !important;
    background-color: #f0f0f0;
    height: 100vh;
    width: 100vw;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #222;
}

h1 {
    font-size: 4.5rem;
    text-align: center;
    margin: 0;
    height: 100px;
    position: relative;
    top: calc(50% - 50px);
    vertical-align: middle;
}