body {
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
    width: 100vw;
    background-color: #000000;
    background-position: center;
}