html {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    scroll-behavior: smooth;
}    

.container-wrap {
    width: 100vw;
    height: 100vh;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../Images/minigame/minigame.jpg);
    background-size: cover;
}
