body {
    margin: 0;
    padding: 0;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-family: Arial, sans-serif;
}

.text {
    color: #fff;
    font-size: 5rem;
    font-weight: bold;
    text-align: center;
    text-shadow:
        0 0 12px #fff;
}