body {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Helvetica', 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 2rem;
    text-transform: lowercase;
    /* Matches prompt style "under construction" */
}