body{
    margin: 0;
} 

#container {
    width: 100vw;
    height: 100vh;
    background: url('../img/imagem.jpg')no-repeat center top fixed;
    background-size: cover;
}


