body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-family: Arial, sans-serif;
    text-align: center;
}

h1 {
    font-size: 80px;
    margin: 0;
    letter-spacing: 8px;
}

p {
    letter-spacing: 3px;
}
