html {
    overflow-y: auto;
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    color: #fff;
}

body {
    color: #fff;
}

/* Classical link-looking text container */
.nav-link,
.nav-link:visited {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    color: #b2a3ff;
}
