body {
    font-family: "Noto Sans Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    color: #dee2e6;
    background-color: #212529;
    margin: 0;
    width: 100%;
    height: 100vh;
    white-space: nowrap;
}

div#content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

marquee {
    width: 100%;
    display: block;
}

a, a:visited {
    color: rgb(110,168,254)
}

a:hover {
    color: rgb(139,185,254);
}
