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

.centered {
    color: #fff;
    font-size: 42px;
    white-space: nowrap;
    overflow: hidden;
}
