div {
    width: 100%;
    height: 100%;
    background-image: url('index.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
}

body {
    overflow: hidden;
}

