html {
    font-size: 40px;
}

h1 {
    font: 800 40px;
    color: rgb(64, 15, 7);
    -webkit-text-fill-color: rgb(179, 30, 7);
    -webkit-text-stroke: 2px;
}



h2 {
    color: rgb (249, 174, 54, 0.8);
}
h3 {
    color: orange;
}
body {
    margin-left: 15px;
    background-color:#333;
    color: whitesmoke;
    background: url(img/DragonBackdrop1.jpg) no-repeat center center fixed;
    background-size: cover;
}
a {
    color: rgb(179, 30, 7);
    font-weight: 500;
}

a:visited {
    color: lightgray;
}
a:hover, a:active {
    color: rgb(64, 15, 7);
}
td {
    font-weight: 500;
}
th {
    color: rgb(64, 15, 7);
    -webkit-text-fill-color: rgb(179, 30, 7);
    -webkit-text-stroke: 2px;
}

em {
    color: #ffae00 !important;
}
table, tr, th, td, caption {
    border: 0px #eeeeee1f;
    font-family: 'Courier New', Courier, monospace;
    border-collapse: collapse;
    padding: 0.5rem;
    background-color: rgba(253, 253, 253, 0.04);
}

footer {
    font-size: medium;
}


