body {
    background-color: #fff;
    color: #222;
    justify-content: center;
    align-items: center;
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 370;
    font-size: 100%;
}

.title {
    line-height: normal;
    padding: 20px 16px;
    text-align: center;
    color: #222;
    font-size: 200%;
}

.links {
    display: flex;
    color: #222;
    justify-content: center;
}

.links button {
    float: left;
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    color: #fff;
    font-style: italic;
    background-color: #222;  
    border: none;  
    outline: none;
    font-size: inherit;
    font-family: inherit;
}

.links button:hover {
    background-color: #fff;
    color: #222;
    cursor: pointer;
}

a:hover {
    background-color: #222;
    color: #fff;
    cursor: pointer;
}

.highlightable.active {
    background-color: #fff;
    color: #222;
}

.info {
    margin: 2% 10%;
}

#variabletext {
    font-size: inherit;
    font-family: inherit;
    display: none;
    text-align: left;
    line-height: 1.6;
}

img {
    width: 35%;
    height: auto;
    display: block;
    margin: auto;
}
