body {
    background-color: #FFF;
}

.d4rk-mode {
    filter: invert(100%);
}

.app {
    margin-top: 15%;
    text-align: center;
    font-family: Courier New, Courier, monospace;
    user-select: none;
    font-size: 115%;
}

.l1nks {
    padding: 1.5em
}

.l1nks a {
    padding: .75em
}

.l1nks a:focus,
.l1nks a:hover {
    filter: invert(40%) sepia(70%) saturate(15)
}

.pre-text {
    font-family: monospace;
}

.pre-text a {
    text-decoration: none;
    color: black;
}

.pre-text a:visited {
    color: black;
}

.pre-text a:hover span {
    display: none;
}

.pre-text a:hover:before {
    content: "1337";
    text-decoration: underline;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip span {
    font-size: 16px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 280px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -140px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

h1 {
    margin: 0;
    padding: 0;
}

button {
    position: absolute;
    bottom: 1%;
    right: 1%;
}