#bg{

    margin: 0;
}

.bg-home {
    background-image: url('../images/main.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height:100vh;
    width: 100%;
}