*{
    box-sizing:border-box;
}

body{
    margin:0;
    background:#f4f8fb;
    color:#08233d;
    font-family:'Roboto', Arial, sans-serif;
}