html{
    height: 100%;
}
body{
    height: 100%;
    background-image: url('6288.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}