body {
    background-color: pink;
    height: 98vh;
    display: flex;
    justify-content: center;
    place-items: center;
}

.center {
    text-align: center;
}