body {
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0; /* Ensure no default spacing interferes */
}

p {
    color: white;
    text-align: center;
    font-family: Arial, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 7vw;
    letter-spacing: 0.45vw;
}