
body { 
    background-color: lightpink;
    color:black;
    display: flex;
    justify-content: center;
}

.container {
    text-align: center;
}