body
{
    background-image: url('/Images/bg.png');
    background-size:contain;
    background-repeat: repeat;

    display: flex;

    justify-content: center;
    
    flex-direction: column;
}