body {
    background-color: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}

.hero {
    font-size: 2rem;
    text-align: center;
}
