<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: sans-serif;
    margin: 0px;
}
header {
    text-align: center;
    transition: 0.2s;
    background-color: #ddd;
}
header h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
}
header h2 {
    margin: 0px;
    padding: 10px;
}
header h1:hover {
    font-size: 50%pt;
    text-shadow: 6px 6px 5px #a5a5a5;
}
header h2:hover {
    text-shadow: 6px 6px 5px #a5a5a5;
}
main {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
}
hr {
    border: 1px solid #000;
    width: 50%;
}
section {
    background-color: #dddddd;
    margin: 10px auto;
    width: 50%;
    border: 2px solid #000;
    border-radius: 10px;
    padding-bottom: 5px;
}
section h3 {
    padding-top: 10px;
    margin: 0px;
}
section li {
    display: block;
    padding: 5px;
}
section a {
    text-decoration: none;
    color: #000;
    transition: 0.2s;
}
section a:hover {
    color: #0014ff;
    text-shadow: 6px 6px 6px #a5a5a5;
    font-size: 13pt;
    font-weight: bold;
}
section a:visited {
    color: #dc143c;
}
ul {
    padding: 0px;
    list-style: none;
}
footer {
    margin: 0px;
    padding: 0px;
}
footer p {
    text-align: center;
    background-color: #272727;
    color: #fff;
    padding: 30px;
    margin: 0px;
}
footer p a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    border-bottom: 1px solid #fff;
}</pre></body></html>