body, html {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
ul { list-style: none; padding-left: 5px; }
a { color:blue; text-decoration: none;}

header {
    display: flex;
    align-items: center;
    color: #d63333;
    box-shadow: 3px 12px 9px -3px rgba(0,0,0,0.20);
    z-index: 10;
    margin-bottom: 30px;
}
header figure {
    margin: 1rem;
    margin-right: 10px;
}
header span {
    font-size: 32px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}
.content {
    max-width: 1440px;
    margin: auto;
    grid-gap: 3rem;
    display: grid;
    gap: 3rem;
    grid-template-areas: "sidebar main anchors";
    grid-template-columns: minmax(0,15rem) minmax(0,2.5fr) minmax(0,15rem);
    padding-left: 1rem;
    padding-right: 1rem;
}
hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
h1, h2, h3 {
    margin-top: 0.83rem;
    margin-bottom: 0.83rem;
}
.footer {
    min-height: 100px;
    border-top: solid 1px #cdcdcd;
}
.images img {
    max-width: 100%;
    height: auto;
}
.anchors {
    padding-left: 15px;
    position: sticky;
    top: 1rem;
    align-self: start;
    background-color: white;
    padding: 1rem;
    border-left: 1px solid #ccc;
    height: 100vh;
}
.sidebar {
    border-right: solid 1px #cdcdcd;
}
.images {
    text-align: center;
    max-width: 300px;
    float: right;
    border: solid 1px #cdcdcd;
    padding: 10px;
    background-color: rgba(90, 111, 151, 0.16);
    font-weight: 700;
    margin: 0;
    margin-left: 10px;
}

.aspas {
    display: inline-flex;
    width: 20px;
    vertical-align: top;
    color: #B2B7F2;
    font-size: 40px; 
    font-family: 'Times New Roman', Times, serif; 
    font-weight: bold; 
    line-height: .6em;
    text-align: left;
}

blockquote {
    font-style: italic;
}

table {
    border-collapse: collapse;
}

caption {
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    color: #333;
    background-color: #ececec;
    border: 1px solid #ccc;
}

thead {
    background-color: #a8c4e9;
}

thead th {
    padding: 12px;
    text-align: left;
    border: 1px solid #9d9c9c;
}

tbody td {
    padding: 10px;
    border: 1px solid #ccc;
}

tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}

tbody tr:hover {
    background-color: #e0e0e0;
    cursor: default;
}


.footer {
    background-color: #f5f5f5;
    padding: 1rem;
    text-align: center;
    font-size: 0.9rem;
    margin-top: 2rem;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin-top: 0.5rem;
}

.footer ul li {
    display: inline;
    margin: 0 10px;
}

.footer a {
    text-decoration: none;
    color: #333;
}

.footer a:hover {
    text-decoration: underline;
}
