header, .site-header {
  display: none;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #deeaee;
    color: #034f84;
}

main {
    margin-left: 220px;
    padding: 20px;
}

/* hide the very first H1 inside the README section */
/*#readme > h1:first-of-type {
  display: none;
}*/

#toc {
    position: fixed;
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
    overflow-y: auto;
    background-color: #deeaee;
    padding: 20px;
    box-sizing: border-box;
    color: #034f84;
}

#toc ul {
    list-style: none;
    padding-left: 0;
}

pre {
    background-color: #f4f4f4;
    padding: 10px;
    border: 1px solid #ddd;
    overflow: auto;
}

code {
    font-family: "Courier New", Courier, monospace;
}

a {
    color: #034f84; /* default link color */
    text-decoration: none; /* removes underline */
}

a:link {
    color: #034f84; /* unvisited link */
}

a:visited {
    color: #551a8b; /* visited link */
}

a:hover {
    color: #ff6600; /* mouse over link */
    text-decoration: underline;
}

a:active {
    color: #cc0000; /* when link is clicked */
}
