body{
    padding: 0px;
    margin: 0px;
    background-image:url("/assets/images/wpp-bg-a.png");				
    background-position: center center;
    background-attachment: fixed;
    background-size:contain;
    background-color: #0b1b24;
    width: 100%;
}
.container {
    width: 100%;
    height: 100vh;			
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}

