html, body {
    background-image: url("../images/5007.png");
    background-repeat: repeat;
    background-attachment: fixed;
}

table {
    /* For centering the table */
    margin-left: auto;
    margin-right: auto;
    
    border-collapse: collapse;
    border: 1px solid white;
    letter-spacing: 1px;

    font-family: 'Times New Roman', Times, serif;
    font-size: 0.9rem;
    color: black;
    text-align: center;
    box-shadow: 10px 10px 5px white;
}

td, th, tr {
    /* border: 1px solid white; */
    padding: 20px 20px;
    border-bottom: 1px solid white;
    text-align: center;
}

img {
    width: 500px;
    height: 150px;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
}


p {
    color: white;
    text-align: center;
    text-shadow: 
        0 0 5px black,
        0 0 10px black,
        0 0 15px black;
}

a {
    color: white;
}

td img {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px 5px lightblue;
}

.page-header {
    text-decoration: underline;
    font-weight: bold;
    background-image: url("../images/red169.jpg");
    color: white;
    border: 1px solid white;
}

.main-table {
    background-image: url("../images/red112.jpg");
    color: white;
    border: 1px solid white !important;
}