body {
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #A100FF; /* Accenture Purple */
}

h1 {
    font-family: Arial, sans-serif;
    font-size: 2em;
    color: #FFFFFF; /* White text color */
}