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