
body {
    padding: 0 0 500px 0;
    margin: 0;
    font-family: 'EB Garamond', 'Garamond';
    color: black;
}

.maincontent {
    max-width: 1000px;
    margin: 50px auto;
}

.header {
    width: 100%;
    margin-bottom: 25px;
}

.twocolumn {
    display: flex;
    flex-direction: row;
}

.twocolumn-left {
    flex-basis: 25%;
}

.twocolumn-right {
    flex-basis: 75%;
}

.twocolumn-left ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.twocolumn-left ul li {
    margin-left: 0;
    font-size: 15px;
}

.twocolumn-left img {
    display: block;
    margin: 50px auto;
}

p {
    font-size: 17.5px;
}

a {
    color: hsl(215, 70%, 50%);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

hr {
    border: none;
    border-top: 1px solid hsla(0, 0%, 0%, 0.2);
    margin-top: 50px;
}

.twocolumn-right img, .twocolumn-right iframe {
    display: block;
    margin: 50px auto;
    max-width: 500px;
}

.imagedescription {
    text-align: center;
    font-size: 12.5px;
    font-weight: bold;
    margin-top: -35px;
    margin-bottom: 45px;
}

.credit {
    font-size: 12.5px;
}

.report {
    border: 1px solid hsla(0, 0%, 0%, 0.2);
    border-radius: 2px;
    background-color: hsla(0, 0%, 0%, 0.05);
    padding: 25px;
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 15px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 5px 10px;
    border: 1px solid #202020;
}