body {
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #ccc;
    font-family: 'Arial', sans-serif;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.centered-text {
    font-size: 5rem;
    font-weight: bold;
    text-align: center;
}

footer {
    position: absolute;
    bottom: 10px;
    font-size: 0.6rem;
    color: #666;
}
