h2 {
    margin-bottom: 20px;
}

p {
    margin: 0 0 20px;
}

div {
    text-align: center;
}


.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}