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

body {
    background-image: url("../pix/bg.png");
    background-color: #000000;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}