body {
    /*background-color: gray;  */
    /*background-image: url("./images/file.jpg");*/
    /*background-color: #181818;*/
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    
    letter-spacing: 3px; 
    font-family: "MS Sans Serif";
    
}