html, body {
    font-family: Verdana, sans-serif;
    font-size: 15px;
    line-height:1.5
}
body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust:100%;
    /* margin:0; */
    /* padding:0; */
    background-image: url("./bg.jpg");
    background-color: #202020;
    background-repeat: no-repeat;
    background-size: cover;
}
body h1 {
    color: #CACACA;
}