/*
    Use font Roboto for whole page
*/
body {
    font-family: "Roboto", sans-serif;
    /* background-image: url("../pic/backgrounds/download.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: 100% 100%; */
}
