body {
    font-family: sans-serif;
    display: flex;
    Flex-direction: column; /* Add this line */
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #ecf0f1;
}

h2 {
    text-align: center;
}