body{
    background-color: rgb(162, 139, 125);
    justify-content: center;
    align-content:center ;
    display: flex block;
}

.flex{
    display: flex;
    background-color: rgb(0, 0, 0);
    align-items: center;
    justify-content: center;
    color: aliceblue;
}






    


