.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full viewport height */
}

.bodyStyleBak {
    background-image: url(HomeWallPaper/background.jpg);
    /*background-color:#C3C3C3; */

    width: 800px;
    margin: 0 auto;
    cursor: pointer;
    cursor: hand;
}

.bodyStyle {
    background-image: url('/HomeWallPaper/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
