body {
    align-items: center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #ffffff;
}

:root {
    overscroll-behavior: none;
}

div {
    margin: auto;
    max-width: 1000px;
    padding: 25px;
    font-size: 1.25em;
    line-height: 1.35em;
}

hr {
    border: 0;
    border-top: 1.5px dashed #000;
    margin: 2em 0;
}

a {
    color: #6420ff;
}

h1 {
    font-size: 1.5em;
    font-weight: normal;
    font-family: monospace;
}

h2, summary {
    font-size: 1.25em;
    font-weight: normal;
    font-family: sans-serif;
}

.center {
    text-align: center;
}

.project {
    font-family: sans-serif;
}

.small {
    font-size: 0.75em;
    font-family: monospace;
}

.statement {
    font-size: 0.9em;
    line-height: 140%;
}

ul {
    list-style-type: circle;
}

blockquote {
    border-left: 1px solid #6420ff;
    padding-left: 15px;
}