body {
    background-color: powderblue;
    background-size: cover;
    background-repeat: no-repeat;
    font-display: initial;
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQXfje_4hZkLAfhJWdJbzxUJ-8kjghMIE1rnQ&usqp=CAU);
}

table tr th {
    margin: -16px -300px 0px 300px;
    padding: 25px;
    color: red;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14px;
    text-align: center;
}

table tr td {
    color: rgb(203, 210, 219);
    font-size: smaller;
    font-weight: 800;
    font-style: normal;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
}

h1 {
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 42px;
    color: rgb(0, 45, 128);
    background-color: rgba(75, 133, 0, 0.582);
}