.full-bg {
    width: 100vw;
    height: 100vh;


    background-image: url("logo.png");

    background-size: cover;    
    background-position: center; 
    background-repeat: no-repeat;
}

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