body {
    font-family: Arial, sans-serif;
    background-color: #f7f2ff;
    color: #000;
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-width: 2500px;

}



h1 {
    color: #6c13b9; /* Change the color to #ff8300 */
}
