@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
body{
    background-color: #b5e0fd;
    font-family: Lato;
    font-size: 18px;
    color: #333;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
