body, html{
    height: 100%;
    margin: 0;
}

.bg{
    background-image: url("logo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    
}