.container-fluid{
    background-color:#20315f ;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
img{
    height: 500px;
    width: 500px;
    
}