html, body {
    max-width: 100%;
    overflow-x: hidden;
    font-size: 30px;
    color: #FF8000;
}

body {
    background: white;
}

h1 {
    color: #FF8000;
    margin: 0 auto;
    text-align: center;
}

table {
    margin: 0 auto;
    text-align: center;
}


