* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #dee5ef;
    background-size: cover;
    color: #000000;
    font-family: 'Lato';
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
    padding: 0 40px 0 40px;
    -webkit-font-smoothing: antialiased;
}