.center-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    background-color: #f7f7f7;
}