body {
    margin: 0;
    padding: 20px;
    background-color: #8b0451;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}

#text {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-family: monospace;
    font-weight: 700;
}