body {
    margin: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: url("../img/bg.jpg") no-repeat center center / cover;
}