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

.box {
    display: flex;
    flex-flow: column;
    height: 100%;
}


.Main{
    display: flex;
    height: 100%;
    background-image: url(images/BB-Backgound.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.BB{
    margin: auto;
    width: 278px;
    height: 200px;
    background-image: url(images/BB.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
