body {
    font-size: 28pt;
    font-family: sans-serif;
/*    max-width: 800px;  */
    margin: auto;
}

table {
    border: 0;
    border-collapse: collapse;
    width: 100%; /* You can adjust the width as needed */
}

table, th, td {
    border: none;
}

th, td {
    padding: 5px;
    text-align: left;
}

img {
    max-width: 100%;
    height: auto;
}

.callToAction {
    font-size: 48pt;
}

.protectHeader {
    font-size: 72pt;
    text-align: center;
}

.fuelHeader {
    font-size: 48pt;
    text-align: center;
}

.no-underline {
    text-decoration: none;
    color: black;
}
.no-underline:hover {
    text-decoration: underline;
}
.no-underline:visited {
    color: black;
}


.lastUpdated {
    font-size: 24pt;
    text-align: center;
}

@media (min-width: 600px) {
    body {
        font-size: 14pt;
        font-family: sans-serif;
        max-width: 800px;
        margin: auto;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .callToAction {
        font-size: 24pt;
    }

    .protectHeader {
        font-size: 36pt;
        text-align: center;
    }

    .fuelHeader {
        font-size: 24pt;
        text-align: center;
    }

    .lastUpdated {
        font-size: 12pt;
        text-align: center;
    }
}