body {
    background-color: black;
    margin: 0; /* Remove default margin */
}

.centered-text {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-size: 24px;
    color: white;
    font-family: Arial, sans-serif;
}
