@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap");
body {
    font-family: "Ubuntu Mono", monospace;
    background-color: #3b3c36;
    color: #e9ffdb;
}

a,
a:visited {
    color: #dbfa00;
    text-decoration: none;
}

a:hover {
    color: #e4717a;
    text-decoration: none;
}

q,
cite {
    font-size: small;
}

small {
    color: inherit;
}

hr {
    background-color: #e4717a;
}

footer {
    border-top: #e9ffdb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
    font-weight: bold;
}
