body {
    font-family: "Product Sans", Arial, sans-serif;
    margin: 0;
    padding: 0 30px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.bg {
    background: url("./logo.jpg") #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center; 
    background-size: 900px auto;
}

div.logo {
    color: #4d4d4d;
    font-size: 65px;
    margin-right: 10px;
    margin-top: 340px;
    text-align: center;
}
