body {
    font-family: sans-serif;
}

a {
    text-decoration: none;
}

h1 a {
    color: steelblue;
}

li a {
    color: steelblue;
}

.jslink span::before {
    color: lightcyan;
    content: "⇒";
    text-align: center;
    background-color: steelblue;
    padding: 1px 3px;
    border-radius: 5px;
}

#go-home {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 24px;
    text-align: left;
    background-color: green;
    border: 1px green solid;
    border-radius: 15px;
    text-shadow: 1px 1px white;
}

#go-home a{
    color: lightgreen;
    text-decoration: none;
}