body {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: monospace;
    white-space: pre-line;
    text-align: center;
}

#clump {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: -1;
}

.link {
    position: absolute;
}

a {
    color: black;
}

a:hover {
    color: red;
}