
body {
    margin: 0;
    font-family: sans-serif;
    background: white;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.wrapper {
    text-align: center;
    padding: 2rem;
}
