body {
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    color: white;
    background-color: rgb(15, 15, 25);
    width: 75vw;
    margin-top: 10vh;
    margin-left: 12.5vw
}

a:link,
a:visited {
    color: rgb(233, 233, 233);
    text-decoration: none;
}

a:link:hover,
a:visited:hover {
    cursor: crosshair;
    text-decoration: underline;
}

table,
tr,
td {
    border: none;
}

table {
    margin: 0 auto;
}

.r {
    text-align: left;
    padding-left: 5pt;
}

.r::before {
    content: "- ";
}

.l {
    text-align: right;
}

body.ggg {
    text-align: left;
}

.menu {
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    font-size: 1.3rem;
    background-color: rgb(15, 15, 25);
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 2rem;
    border-radius: 0 0 0 1rem;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
}

.menu>a:before {
    content: "🡪";
    margin-right: .25rem;
}

.menu>a:hover {
    text-decoration: none;
}