html, body {
    margin: 20px;
    padding: 0;
}

body {
    background-color: #D6D6D6;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}

a {
    color: black;
}

.tm {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    text-transform: uppercase;
}
.tm::after {
        position:relative;
        top: -10px;
        font-size: 15px;
        content: "\00ae";
}

.about {
}

hr {
    border: 3px solid black;
    border-radius: 5px;
}


.imgbox {
    display: grid;
    height: 100%;
}
.center-fit {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}


.title {
    width: 100%;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 30px;
}

.subtitle {
    width: 100%;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: left;
    font-size: 30px;
}

.content-block {
    width: 80%;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 5px;
    display: inline-table;
}
.pretext {
    white-space: pre-wrap;
    font-family: "Courier New", monospace;
    font-size: 26px;
    padding-bottom: 10px;
}
.bottom-block {
    width: 100%;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #535454;
    display: inline-table;
}
.bottom-banner {
    position: relative;
    left: 50%;
    width: 1000px;
    height: 464px;
    margin-left: -500px;
    background-image: url("/assets/bottom-banner.jpg");
    background-repeat: no-repeat;
}
.bottom-contact, .bottom-legal {
    width: 100%;
    height: 15px;
    text-align: center;
    color: #D6D6D6;
}
.bottom-contact {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 125%;
}
.bottom-legal {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 125%;
}
.bottom-links {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 125%;
    color: black;
    height: 15px;
    text-align: center;
}
.bottom-links a {
    padding: 4px;
    color: black;
}
.bottom-links a:hover {
    color: white;
    background-color: black;
}
